Skip to content

Commit 9458ef1

Browse files
committed
Update the linter to latest v2.1.2
Signed-off-by: Vincent Shen <[email protected]>
1 parent 7db358e commit 9458ef1

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
@@ -11,7 +11,7 @@ GO_PROJECT := github.com/containers/$(PROJECT)
1111

1212
# External Helper variables
1313

14-
GOLANGCI_LINT_VERSION=1.50.1
14+
GOLANGCI_LINT_VERSION=2.1.2
1515
GOLANGCI_LINT_OS=linux
1616
ifeq ($(OS_NAME), Darwin)
1717
GOLANGCI_LINT_OS=darwin

0 commit comments

Comments
 (0)