Skip to content

Commit 6336f65

Browse files
authored
Use Go 1.24 (#13)
Signed-off-by: 1gtm <[email protected]>
1 parent 005643b commit 6336f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go 1.x
1818
uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.23'
20+
go-version: '1.24'
2121
id: go
2222

2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)