There was an error while loading. Please reload this page.
1 parent 010a264 commit 0fa3bf1Copy full SHA for 0fa3bf1
1 file changed
.github/workflows/actions.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Go
23
uses: actions/setup-go@v6.4.0
24
with:
25
- go-version: '1.25.7'
+ go-version: '1.26.3'
26
27
- name: Check go mod tidy
28
run: |
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
55
- name: Run tests
56
run: go test -coverprofile=cover.out ./...
0 commit comments