Skip to content

Commit

Permalink
ci: update golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
While here, remove now deprecated exportloopref linter which is no
longer relevant with Go v1.22+.

Signed-off-by: Robin Hahling <[email protected]>
  • Loading branch information
rolinh committed Sep 10, 2024
1 parent 2290ee5 commit 95f99d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Run golangci lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
version: v1.58.1
version: v1.61.0
# use our .golangci.yml and configure output to be logged in the GHA,
# in addition to annotating the commit. see
# https://github.com/golangci/golangci-lint-action/issues/119#issuecomment-981090648
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linters:
- errname
- errorlint
- exhaustive
- exportloopref
- forcetypeassert
- gocheckcompilerdirectives
- gocognit
Expand Down

0 comments on commit 95f99d8

Please sign in to comment.