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 3a4f676 commit 21f2ba8Copy full SHA for 21f2ba8
.github/workflows/go.yaml
@@ -14,10 +14,9 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v2
17
- - name: Set up Go 1.16
18
- uses: actions/setup-go@v2
+ - uses: actions/setup-go@v2
19
with:
20
- go-version: 1.16
+ go-version: 1.18
21
- run: go build -v ./...
22
- run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...
23
- run: bash <(curl -s https://codecov.io/bash)
0 commit comments