We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d689 commit 197af1eCopy full SHA for 197af1e
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Go
21
uses: actions/setup-go@v5
22
with:
23
- go-version: '1.*'
+ go-version: '>=1.24.0'
24
- name: Test
25
run: |
26
CGO_ENABLED=1 go run gotest.tools/[email protected] --junitfile test.xml --format testname -- -coverprofile coverage.txt -race ./...
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
- name: Go Vet
57
run: go vet ./...
58
- name: Go Fmt
0 commit comments