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 edb7e60 commit 2431c56Copy full SHA for 2431c56
.github/workflows/codecov.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 2
12
- uses: actions/setup-go@v2
13
with:
14
- go-version: '1.16'
+ go-version: '1.17'
15
- name: Run coverage
16
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
17
- name: Upload coverage to Codecov
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
18
19
- go-version: ^1.13
+ go-version: ^1.17
20
id: go
21
22
- name: Check out code into the Go module directory
0 commit comments