Skip to content

Commit 748b590

Browse files
author
junoberryferry
committed
the security check has a panic when using the experimental go library
1 parent ecc304a commit 748b590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ generate-go: $(TAGS_PREREQ)
770770

771771
.PHONY: security-check
772772
security-check:
773-
go run $(GOVULNCHECK_PACKAGE) -show color ./...
773+
GOEXPERIMENT= go run $(GOVULNCHECK_PACKAGE) -show color ./...
774774

775775
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
776776
ifneq ($(and $(STATIC),$(findstring pam,$(TAGS))),)

0 commit comments

Comments
 (0)