Skip to content

Commit 73269c9

Browse files
committed
[fix][sec] Update Go toolchain for branch-4.0
1 parent c84b902 commit 73269c9

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci-bookie-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
bookie-ut-tests:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Set up Go 1.25
14+
- name: Set up Go 1.26.4
1515
uses: actions/setup-go@v6
1616
with:
17-
go-version: 1.25.9
17+
go-version: 1.26.4
1818
id: go
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2

.github/workflows/ci-functions-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Login SN docker hub
1515
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
16-
- name: Set up Go 1.25
16+
- name: Set up Go 1.26.4
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.25.9
19+
go-version: 1.26.4
2020
id: go
2121
- name: Check out code into the Go module directory
2222
uses: actions/checkout@v2
@@ -30,10 +30,10 @@ jobs:
3030
steps:
3131
- name: Login SN docker hub
3232
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
33-
- name: Set up Go 1.25
33+
- name: Set up Go 1.26.4
3434
uses: actions/setup-go@v6
3535
with:
36-
go-version: 1.25.9
36+
go-version: 1.26.4
3737
id: go
3838
- name: Check out code into the Go module directory
3939
uses: actions/checkout@v2
@@ -44,10 +44,10 @@ jobs:
4444
steps:
4545
- name: Login SN docker hub
4646
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
47-
- name: Set up Go 1.25
47+
- name: Set up Go 1.26.4
4848
uses: actions/setup-go@v6
4949
with:
50-
go-version: 1.25.9
50+
go-version: 1.26.4
5151
id: go
5252
- name: Check out code into the Go module directory
5353
uses: actions/checkout@v2

.github/workflows/ci-packages-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
steps:
1414
- name: Login SN docker hub
1515
run: docker login -u="${{ secrets.DOCKER_USER }}" -p="${{ secrets.DOCKER_PASSWORD}}"
16-
- name: Set up Go 1.25
16+
- name: Set up Go 1.26.4
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.25.9
19+
go-version: 1.26.4
2020
id: go
2121
- name: Check out code into the Go module directory
2222
uses: actions/checkout@v2

.github/workflows/ci-release-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go-version: [ 1.25.9 ]
17+
go-version: [ 1.26.4 ]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-go@v5

.github/workflows/ci-style-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
style-check:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Set up Go 1.25
14+
- name: Set up Go 1.26.4
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: 1.25.9
17+
go-version: 1.26.4
1818
id: go
1919
- name: Check out code into the Go module directory
2020
uses: actions/checkout@v2

.github/workflows/ci-trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
scan-vulnerabilities:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Set up Go 1.25
15+
- name: Set up Go 1.26.4
1616
uses: actions/setup-go@v1
1717
with:
18-
go-version: 1.25.9
18+
go-version: 1.26.4
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v4
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.26.4'
2424

2525
- name: Get the version
2626
id: get_version

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/streamnative/pulsarctl
22

3-
go 1.25.9
3+
go 1.26.4
44

55
require (
66
github.com/apache/pulsar-client-go v0.18.0-candidate-1.0.20251222030102-3bb7d4eff361

0 commit comments

Comments
 (0)