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 38f771d commit 53c494cCopy full SHA for 53c494c
.github/workflows/coverage.yml
@@ -9,6 +9,6 @@ jobs:
9
- uses: actions/checkout@v3
10
- uses: actions/setup-go@v4
11
with:
12
- go-version: "1.20"
+ go-version: "stable"
13
- run: go test -coverprofile=coverage.txt -covermode=atomic
14
- uses: codecov/codecov-action@v3
.github/workflows/test.yml
@@ -10,6 +10,7 @@ jobs:
- "1.18"
- "1.19"
- "1.20"
+ - "1.21"
name: Go ${{ matrix.go }} test
15
steps:
16
0 commit comments