We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121aa60 commit 69e4c21Copy full SHA for 69e4c21
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fetch-depth: 2
12
- uses: actions/setup-go@v2
13
with:
14
- go-version: '1.13'
+ go-version: '1.21'
15
- name: Run coverage
16
run: go test -race -coverprofile=coverage.txt -covermode=atomic
17
- name: Upload coverage to Codecov
0 commit comments