Skip to content

Commit 332f3ab

Browse files
committedMar 13, 2024
Makefile: bump golangci-lint version
1 parent 48875d3 commit 332f3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
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.51.0
7+
GOLANGCI_LINT_VERSION = v1.56.2
88

99
GO_REQUIRED_MIN_VERSION = 1.16
1010

0 commit comments

Comments
 (0)
Please sign in to comment.