Skip to content

Commit 7e0fcd1

Browse files
authored
Merge pull request ActiveState#3641 from ActiveState/DX-3223
Update go to 1.22.12
2 parents 19fcc71 + 79f771f commit 7e0fcd1

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.22.x
39+
- 1.22.12
4040
sys:
4141
- {os: ubuntu-latest}
4242
- {os: macos-13, 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.22.11
3+
go 1.22.12
44

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

0 commit comments

Comments
 (0)