Skip to content

Commit

Permalink
Makefile: update golangci-lint
Browse files Browse the repository at this point in the history
the previous version did not support go 1.20.
see golangci/golangci-lint#3565 for details.
  • Loading branch information
flavianmissi committed Apr 26, 2023
1 parent 8f408ca commit 693312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PROG := cluster-image-registry-operator

GOLANGCI_LINT = _output/tools/golangci-lint
GOLANGCI_LINT_CACHE = $(PWD)/_output/golangci-lint-cache
GOLANGCI_LINT_VERSION = v1.50.1
GOLANGCI_LINT_VERSION = v1.51.0

GO_REQUIRED_MIN_VERSION = 1.16

Expand Down

0 comments on commit 693312f

Please sign in to comment.