Skip to content

Commit 8429483

Browse files
committed
hack: Bump golangci-lint to v1.47.3
Remove already deprecated[1] linter 'varcheck'. [1] https://golangci-lint.run/product/roadmap/#v1490 Signed-off-by: Anoop C S <[email protected]>
1 parent a6f86cd commit 8429483

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.golangci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ linters:
3737
- unconvert
3838
# - unparam
3939
- unused
40-
- varcheck
4140
- whitespace
4241
linters-settings:
4342
funlen:

hack/install-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ _install_revive() {
2929
}
3030

3131
_install_golangci_lint() {
32-
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2
32+
_install_tool github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
3333
}
3434

3535
_install_yq() {

0 commit comments

Comments
 (0)