Skip to content

Commit 3f89951

Browse files
committed
build: Upgrade to Go 1.25
1 parent 34afcd4 commit 3f89951

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
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: '1.24.1'
33+
go-version: '1.25.0'
3434

3535
- name: install gotestsum
3636
run: go install gotest.tools/gotestsum@latest

0 commit comments

Comments
 (0)