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.
1 parent 19fcc71 commit 79f771fCopy full SHA for 79f771f
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
go-version:
39
- - 1.22.x
+ - 1.22.12
40
sys:
41
- {os: ubuntu-latest}
42
- {os: macos-13, shell: zsh}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/ActiveState/cli
2
3
-go 1.22.11
+go 1.22.12
4
5
require (
6
github.com/99designs/gqlgen v0.17.54
0 commit comments