Skip to content

Commit

Permalink
hack: Bump golangci-lint to v1.47.3
Browse files Browse the repository at this point in the history
Remove already deprecated[1] linter 'varcheck'.

[1] https://golangci-lint.run/product/roadmap/#v1490

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 authored and obnoxxx committed Jul 27, 2023
1 parent 080152c commit ab1c999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ linters:
- unconvert
# - unparam
- unused
- varcheck
- whitespace
linters-settings:
funlen:
Expand Down
2 changes: 1 addition & 1 deletion hack/install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _install_revive() {
}

_install_golangci_lint() {
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
}

_install_yq() {
Expand Down

0 comments on commit ab1c999

Please sign in to comment.