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 c045854 commit 06b4ed8Copy full SHA for 06b4ed8
.github/workflows/coverage.yml
@@ -9,6 +9,6 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-go@v3
11
with:
12
- go-version: "1.19"
+ go-version: "1.20"
13
- run: go test -coverprofile=coverage.txt -covermode=atomic
14
- uses: codecov/[email protected]
.github/workflows/test.yml
@@ -9,6 +9,7 @@ jobs:
go:
- "1.18"
- "1.19"
+ - "1.20"
name: Go ${{ matrix.go }} test
steps:
15
0 commit comments