mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
Feat: upgrade go1.19 (#4790)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
GOLANGCILINT_VERSION ?= v1.38.0
|
||||
GOLANGCILINT_VERSION ?= v1.49.0
|
||||
|
||||
.PHONY: golangci
|
||||
golangci:
|
||||
@@ -25,7 +25,7 @@ ifeq (, $(shell which staticcheck))
|
||||
@{ \
|
||||
set -e ;\
|
||||
echo 'installing honnef.co/go/tools/cmd/staticcheck ' ;\
|
||||
GO111MODULE=on go get honnef.co/go/tools/cmd/staticcheck@v0.3.0 ;\
|
||||
go install honnef.co/go/tools/cmd/staticcheck@2022.1 ;\
|
||||
}
|
||||
STATICCHECK=$(GOBIN)/staticcheck
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user