Skip to content

Commit 4f1a2c1

Browse files
committed
Updated Go to 1.24.11 to remediate CVEs.
1 parent 565fe45 commit 4f1a2c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
go-version:
39-
- 1.24.6
39+
- 1.24.11
4040
sys:
4141
- { os: ubuntu-latest }
4242
- { os: macos-15-intel, shell: zsh }

go.mod

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

3-
go 1.24.9
3+
go 1.24.11
44

55
require (
66
github.com/99designs/gqlgen v0.17.54

0 commit comments

Comments
 (0)