Skip to content

Commit

Permalink
lint: Bump the Go version used
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Feb 21, 2023
1 parent d0199da commit 253d4b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
# up this to 1.19.x when we update the version of golangci-lint to latest
go-version: 1.18.x
go-version: 1.20.x
check-latest: true
- name: Retrieve golangci-lint version
run: |
Expand Down

0 comments on commit 253d4b0

Please sign in to comment.