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 645fb77 commit f228e6aCopy full SHA for f228e6a
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v5
18
with:
19
- go-version: '1.21'
+ go-version: '1.24'
20
21
- name: Run tests
22
run: go test -v -failfast ./...
0 commit comments