We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09da6db + 4f1a2c1 commit 8a6848cCopy full SHA for 8a6848c
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
strategy:
38
matrix:
39
go-version:
40
- - 1.24.6
+ - 1.24.11
41
sys:
42
- { os: ubuntu-latest }
43
- { os: macos-15-intel, shell: zsh }
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ActiveState/cli
2
3
-go 1.24.9
+go 1.24.11
4
5
require (
6
github.com/99designs/gqlgen v0.17.54
0 commit comments