Skip to content

Commit

Permalink
fix: use go1.19 for the tests of the previous version of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 26, 2022
1 parent 3cbe7b5 commit e2773dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
go-version: ${{ env.GO_VERSION }}
# TODO(ldez) must be changed after the first release of golangci-lint with go1.20
# go-version: ${{ env.GO_VERSION }}
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3.3.1
with:
Expand Down

0 comments on commit e2773dc

Please sign in to comment.