Skip to content

Commit 8a6848c

Browse files
authored
Merge pull request #3777 from ActiveState/mitchell/cp-1261
Merge 0.48.1-RC1 into master.
2 parents 09da6db + 4f1a2c1 commit 8a6848c

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
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
go-version:
40-
- 1.24.6
40+
- 1.24.11
4141
sys:
4242
- { os: ubuntu-latest }
4343
- { 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)