Skip to content

Commit b3ca05c

Browse files
committed
testing golangci lint 1.59.0 on prow
Signed-off-by: Lan Liang <[email protected]>
1 parent a46af9a commit b3ca05c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 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.56.2
36+
GOLANGCI_LINT_VERSION ?= 1.59.0
3737
GOSEC_VERSION ?= 2.13.1
3838

3939
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
@@ -124,6 +124,7 @@ bin/proxy-server:
124124

125125
.PHONY: lint
126126
lint:
127+
go version
127128
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(INSTALL_LOCATION) v$(GOLANGCI_LINT_VERSION)
128129
$(INSTALL_LOCATION)/golangci-lint run --verbose
129130

0 commit comments

Comments
 (0)