Skip to content

Commit

Permalink
Fix golangci-lint by using Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Apr 15, 2022
1 parent a71a389 commit bfb3893
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.43
Expand Down

0 comments on commit bfb3893

Please sign in to comment.