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 a00eb06 commit b4c675bCopy full SHA for b4c675b
Makefile
@@ -49,7 +49,7 @@ lint: ## golangci-lint
49
vuln: ## govulncheck
50
go tool govulncheck ./...
51
52
-ifeq ($(strip $(CGO_ENABLED)),0)
+ifeq ($(CGO_ENABLED),0)
53
RACE_OPT =
54
else
55
RACE_OPT = -race
0 commit comments