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 a17a5f7 commit e7f90a9Copy full SHA for e7f90a9
.github/workflows/go.yml
@@ -11,6 +11,7 @@ jobs:
11
uses: actions/setup-go@v3
12
with:
13
go-version: 1.17
14
+ check-latest: true
15
- name: Build
16
run: go build -v ./...
17
- name: Test
0 commit comments