We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571540b commit 8788a73Copy full SHA for 8788a73
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: 1.19
+ go-version: 1.20
20
- uses: actions/checkout@v4
21
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
22
- name: Codecov
0 commit comments