We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b43e3 commit 8b81279Copy full SHA for 8b81279
1 file changed
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v3
21
with:
22
- go-version: "^1.24"
+ go-version: "^1.25"
23
- name: "Check format"
24
run: "test -z $(gofmt -l .)"
25
- name: Build
0 commit comments