We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46af9a commit b3ca05cCopy full SHA for b3ca05c
Makefile
@@ -33,7 +33,7 @@ endif
33
GOOS ?= $(shell go env GOOS)
34
GOARCH ?= $(shell go env GOARCH)
35
INSTALL_LOCATION:=$(shell go env GOPATH)/bin
36
-GOLANGCI_LINT_VERSION ?= 1.56.2
+GOLANGCI_LINT_VERSION ?= 1.59.0
37
GOSEC_VERSION ?= 2.13.1
38
39
REGISTRY ?= gcr.io/$(shell gcloud config get-value project)
@@ -124,6 +124,7 @@ bin/proxy-server:
124
125
.PHONY: lint
126
lint:
127
+ go version
128
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(INSTALL_LOCATION) v$(GOLANGCI_LINT_VERSION)
129
$(INSTALL_LOCATION)/golangci-lint run --verbose
130
0 commit comments