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 ef47bb9 commit dbd9569Copy full SHA for dbd9569
.github/workflows/go.yml
@@ -16,14 +16,14 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v3
18
with:
19
- go-version: 1.19
+ go-version: 1.24.0
20
21
- name: Build
22
run: go build -v ./...
23
24
- name: Test
25
- run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
26
-
+ run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
+
27
- name: Upload coverage to Codecov
28
uses: codecov/codecov-action@v3
29
env:
0 commit comments