Skip to content

Commit 8b81279

Browse files
committed
chore: update Go version to 1.25 in GitHub Actions workflow
1 parent 41b43e3 commit 8b81279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: "^1.24"
22+
go-version: "^1.25"
2323
- name: "Check format"
2424
run: "test -z $(gofmt -l .)"
2525
- name: Build

0 commit comments

Comments
 (0)