Skip to content

Commit

Permalink
chore: use go1.18 with the previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 3, 2022
1 parent 1e5cd60 commit 8dc36dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yml
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17 # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
# stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc1).
# go-version: ${{ env.GO_VERSION }} # TODO(ldez) the binary compiled with go1.17 doesn't work on go1.18
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v3.1.0
with:
Expand Down

0 comments on commit 8dc36dc

Please sign in to comment.