Skip to content

Commit a5fd92a

Browse files
committed
Update build_webserver.sh
1 parent b3c8558 commit a5fd92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_webserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
echo "$0"
3-
go build -race -o build/webserver -ldflags "-X main.appVersion=$(cat appVersion.txt)" ./cmd/web/
3+
GOEXPERIMENT=greenteagc go build -race -o build/webserver -ldflags "-X main.appVersion=$(cat appVersion.txt)" ./cmd/web/
44
exit $?

0 commit comments

Comments
 (0)