Skip to content

Commit abb5937

Browse files
authored
Merge pull request #3642 from ActiveState/version/0-47-0-RC3
Version 0.47.0-RC3
2 parents 44f50ff + 7e0fcd1 commit abb5937

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)