We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704a826 commit 69c3ce9Copy full SHA for 69c3ce9
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Install Go
12
uses: actions/setup-go@v6
13
with:
14
- go-version: ${{ vars.GO_VERSION || '1.23.x' }}
+ go-version: ${{ vars.GO_VERSION || '1.24.x' }}
15
cache: true
16
17
- name: Verify dependencies
go.mod
@@ -1,6 +1,6 @@
1
module github.com/civo/civogo
2
3
-go 1.23.0
+go 1.24.9
4
5
require (
6
github.com/google/go-querystring v1.1.0
0 commit comments