Skip to content

Commit a76b279

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 a76b279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
timeout: 3m
2+
timeout: 5m
33
skip-dirs:
44
- vendor
55
linters:

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)