diff --git a/.github/workflows/ci-bookie-checks.yml b/.github/workflows/ci-bookie-checks.yml index 24b6b722..1d207297 100644 --- a/.github/workflows/ci-bookie-checks.yml +++ b/.github/workflows/ci-bookie-checks.yml @@ -11,10 +11,10 @@ jobs: bookie-ut-tests: runs-on: ubuntu-latest steps: - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v6 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/.github/workflows/ci-functions-checks.yml b/.github/workflows/ci-functions-checks.yml index fc466a0c..46b32d51 100644 --- a/.github/workflows/ci-functions-checks.yml +++ b/.github/workflows/ci-functions-checks.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Login SN docker hub run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}" - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v6 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -30,10 +30,10 @@ jobs: steps: - name: Login SN docker hub run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}" - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v6 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -44,10 +44,10 @@ jobs: steps: - name: Login SN docker hub run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}" - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v6 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/.github/workflows/ci-packages-checks.yml b/.github/workflows/ci-packages-checks.yml index e9fd9252..588999ce 100644 --- a/.github/workflows/ci-packages-checks.yml +++ b/.github/workflows/ci-packages-checks.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Login SN docker hub run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}" - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v5 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/.github/workflows/ci-release-checks.yml b/.github/workflows/ci-release-checks.yml index c0881357..82392e46 100644 --- a/.github/workflows/ci-release-checks.yml +++ b/.github/workflows/ci-release-checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ 1.25.9 ] + go-version: [ 1.26.4 ] steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v5 diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index 4ab7425c..b6cda4f7 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -11,10 +11,10 @@ jobs: style-check: runs-on: ubuntu-latest steps: - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v5 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/.github/workflows/ci-trivy.yml b/.github/workflows/ci-trivy.yml index d5ff6b26..8e37e8b3 100644 --- a/.github/workflows/ci-trivy.yml +++ b/.github/workflows/ci-trivy.yml @@ -12,10 +12,10 @@ jobs: scan-vulnerabilities: runs-on: ubuntu-latest steps: - - name: Set up Go 1.25 + - name: Set up Go 1.26.4 uses: actions/setup-go@v1 with: - go-version: 1.25.9 + go-version: 1.26.4 id: go - name: Check out code into the Go module directory diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1500f00..5bb486a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.24' + go-version: '1.26.4' - name: Get the version id: get_version diff --git a/go.mod b/go.mod index d3adee68..830eaa05 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/streamnative/pulsarctl -go 1.25.9 +go 1.26.4 require ( github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20251222030102-3bb7d4eff361