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 d237d59 commit 7dc7ad4Copy full SHA for 7dc7ad4
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Set up Go
36
uses: actions/setup-go@v2
37
with:
38
- go-version: 1.17
+ go-version: 1.18
39
40
- name: Test
41
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...
0 commit comments