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 ecc304a commit 748b590Copy full SHA for 748b590
Makefile
@@ -770,7 +770,7 @@ generate-go: $(TAGS_PREREQ)
770
771
.PHONY: security-check
772
security-check:
773
- go run $(GOVULNCHECK_PACKAGE) -show color ./...
+ GOEXPERIMENT= go run $(GOVULNCHECK_PACKAGE) -show color ./...
774
775
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
776
ifneq ($(and $(STATIC),$(findstring pam,$(TAGS))),)
0 commit comments