Skip to content

Commit e72e458

Browse files
authored
build: Upgrade to Go 1.25 (#4074)
1 parent e2a0065 commit e72e458

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)