Skip to content

Commit 693312f

Browse files
committed
Makefile: update golangci-lint
the previous version did not support go 1.20. see golangci/golangci-lint#3565 for details.
1 parent 8f408ca commit 693312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PROG := cluster-image-registry-operator
44

55
GOLANGCI_LINT = _output/tools/golangci-lint
66
GOLANGCI_LINT_CACHE = $(PWD)/_output/golangci-lint-cache
7-
GOLANGCI_LINT_VERSION = v1.50.1
7+
GOLANGCI_LINT_VERSION = v1.51.0
88

99
GO_REQUIRED_MIN_VERSION = 1.16
1010

0 commit comments

Comments
 (0)