Skip to content

Bump go version to 1.25.9 to fix CVE-2026-32280 #2350

Bump go version to 1.25.9 to fix CVE-2026-32280

Bump go version to 1.25.9 to fix CVE-2026-32280 #2350

Workflow file for this run

name: Pulsarctl
on:
pull_request:
branches:
- '*'
path-ignores:
- 'docs/**'
- 'README.md'
- 'CONTRIBUTING.md'
jobs:
auth-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login SN docker hub
if: github.actor == 'streamnativebot'
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
- name: Run token tests
run: scripts/run-integration-tests.sh token
env:
PULSAR_IMAGE: ${{ github.actor == 'streamnativebot' && 'snstage/pulsar-all' || 'apachepulsar/pulsar-all' }}
- name: Run TLS tests
run: scripts/run-integration-tests.sh tls
env:
PULSAR_IMAGE: ${{ github.actor == 'streamnativebot' && 'snstage/pulsar-all' || 'apachepulsar/pulsar-all' }}