We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8055bc9 commit 8847023Copy full SHA for 8847023
.github/workflows/test.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Go
10
uses: actions/setup-go@v5
11
with:
12
- go-version: '1.23'
+ go-version: '1.24'
13
cache-dependency-path: ./go.mod
14
- name: Run Tests
15
run: go test -v ./...
0 commit comments