Skip to content

Commit 69c3ce9

Browse files
committed
upgrade to go1.24.9
1 parent 704a826 commit 69c3ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: ${{ vars.GO_VERSION || '1.23.x' }}
14+
go-version: ${{ vars.GO_VERSION || '1.24.x' }}
1515
cache: true
1616

1717
- name: Verify dependencies

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/civo/civogo
22

3-
go 1.23.0
3+
go 1.24.9
44

55
require (
66
github.com/google/go-querystring v1.1.0

0 commit comments

Comments
 (0)