Skip to content

Commit 9391acc

Browse files
committed
fix(ci): bump go version to 1.24.0
1 parent f05a6ab commit 9391acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@v5
2323
id: go
2424
with:
25-
go-version: 1.23.2
25+
go-version: 1.24.0
2626
- name: Verify go.mod is sane
2727
run: go mod tidy && git diff --no-patch --exit-code
2828
- name: Golangci-lint

0 commit comments

Comments
 (0)