Skip to content

Commit

Permalink
Merge pull request #171 from overmindtech/golanci-lint-update
Browse files Browse the repository at this point in the history
Update default golanci-lint version to the one that fixes the loopvar…
  • Loading branch information
DavidS-ovm authored Feb 10, 2024
2 parents a958d95 + 2b8e30f commit 1b300e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.56.1
args: --timeout 3m
skip-pkg-cache: true # golangci-lint-action caching conflicts with the setup-go cache and `go get` above. See https://github.com/golangci/golangci-lint-action/issues/23

0 comments on commit 1b300e8

Please sign in to comment.