We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1c8fd commit 3b869e9Copy full SHA for 3b869e9
3 files changed
.github/workflows/build.yaml
@@ -41,7 +41,7 @@ jobs:
41
- name: Set up Go
42
uses: actions/setup-go@v4
43
with:
44
- go-version: "1.23"
+ go-version: "1.25"
45
46
- name: Build
47
env:
.github/workflows/check.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
- name: Check gofmt
25
run: |
.github/workflows/test.yaml
- name: Download dependencies
run: go mod download
0 commit comments