Skip to content

Commit

Permalink
Bump golangci/golangci-lint-action version for Go 1.18 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Aug 8, 2022
1 parent c6df5c2 commit 51cd9a7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Run linters
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45.0
only-new-issues: true

coverage:
Expand Down

0 comments on commit 51cd9a7

Please sign in to comment.