We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5cd60 commit 8dc36dcCopy full SHA for 8dc36dc
.github/workflows/pr.yml
@@ -34,9 +34,8 @@ jobs:
34
- name: Install Go
35
uses: actions/setup-go@v2
36
with:
37
- go-version: 1.17 # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
38
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
39
- # go-version: ${{ env.GO_VERSION }} # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
+ go-version: ${{ env.GO_VERSION }}
40
- name: lint
41
uses: golangci/[email protected]
42
0 commit comments