Skip to content

fix: patch Go stdlib CVEs in pulsarctl (update to go 1.25.5) (#1969) #285

fix: patch Go stdlib CVEs in pulsarctl (update to go 1.25.5) (#1969)

fix: patch Go stdlib CVEs in pulsarctl (update to go 1.25.5) (#1969) #285

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 }}