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