Skip to content

fix: upgrade Go to 1.25.7 to fix CVE-2025-68121 (#2002) #287

fix: upgrade Go to 1.25.7 to fix CVE-2025-68121 (#2002)

fix: upgrade Go to 1.25.7 to fix CVE-2025-68121 (#2002) #287

Workflow file for this run

name: Pulsarctl Release Note
on:
push:
branches:
- master
path-ignores:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: release note
uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}