Skip to content

Commit bb2be99

Browse files
committed
Fix lint: upgrade to support go1.22
golangci-lint supports go1.22 since v1.56.0, per golangci/golangci-lint#4273.
1 parent 78f31c9 commit bb2be99

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
@@ -33,7 +33,7 @@ endif
3333
GOOS ?= $(shell go env GOOS)
3434
GOARCH ?= $(shell go env GOARCH)
3535
INSTALL_LOCATION:=$(shell go env GOPATH)/bin
36-
GOLANGCI_LINT_VERSION ?= 1.54.0
36+
GOLANGCI_LINT_VERSION ?= 1.56.2
3737
GOSEC_VERSION ?= 2.13.1
3838

3939
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)

0 commit comments

Comments
 (0)