We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c8558 commit a5fd92aCopy full SHA for a5fd92a
build_webserver.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
echo "$0"
3
-go build -race -o build/webserver -ldflags "-X main.appVersion=$(cat appVersion.txt)" ./cmd/web/
+GOEXPERIMENT=greenteagc go build -race -o build/webserver -ldflags "-X main.appVersion=$(cat appVersion.txt)" ./cmd/web/
4
exit $?
0 commit comments