Skip to content

fix: upgrade Go to 1.25.14 and x/sys for CVEs [branch-4.2] #2475

fix: upgrade Go to 1.25.14 and x/sys for CVEs [branch-4.2]

fix: upgrade Go to 1.25.14 and x/sys for CVEs [branch-4.2] #2475

Workflow file for this run

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