Skip to content

Commit 9c6da5f

Browse files
authored
Fix setup-go action version and upgrade go version to fix CVE (#1936)
* Fix setup-go action version * upgrae go version to fix CVE-2025-61729
1 parent 1405e91 commit 9c6da5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Set up Go 1.24
15-
uses: actions/setup-go@v1
15+
uses: actions/setup-go@v6
1616
with:
1717
go-version: 1.24
1818
id: go

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.24.9
3+
go 1.24.11
44

55
require (
66
github.com/apache/pulsar-client-go v0.16.0

0 commit comments

Comments
 (0)