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 81bfcda commit 1584bcbCopy full SHA for 1584bcb
Makefile
@@ -6,7 +6,7 @@ endif
6
COVER := cover.out
7
8
build: lint generate
9
- go build $(GO_OPTS)
+ CGO_ENABLED=0 go build $(GO_OPTS)
10
11
generate:
12
go generate $(GO_OPTS) ./pkg/...
0 commit comments