Skip to content

Commit 02c53d4

Browse files
committed
hack/make/go: update go.mk
1 parent ef4e31c commit 02c53d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/make/go.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cmd/vet: $(GO_PATH)/bin/vet # go get 'vet' binary
122122
.PHONY: lint/vet
123123
lint/vet: cmd/vet
124124
$(call target)
125-
@GO111MODULE=on vet -asmdecl -assign -atomic -atomicalign -bool -bools -buildtag -buildtags -cgocall -compositewhitelist -copylocks -errorsas -httpresponse -loopclosure -lostcancel -methods -nilfunc -nilness -printfuncs -rangeloops -shift -source -stdmethods -structtag -tags -tests -unmarshal -unreachable -unsafeptr -unusedfuncs -unusedstringmethods $(GO_PKGS)
125+
@GO111MODULE=on vet -asmdecl -assign -atomic -atomicalign -bools -buildtag -cgocall -compositewhitelist -copylocks -errorsas -httpresponse -loopclosure -lostcancel -methods -nilfunc -printfuncs -rangeloops -shift -source -stdmethods -structtag -tests -unmarshal -unreachable -unsafeptr $(GO_PKGS)
126126

127127
$(GO_PATH)/bin/golangci-lint:
128128
@GO111MODULE=off go get -u github.com/golangci/golangci-lint/cmd/golangci-lint

0 commit comments

Comments
 (0)