Update Go to 1.7.5 and remove unnecessary linker flag

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-01-30 14:10:41 +00:00
parent 002971af7f
commit 98a5810e6c
6 changed files with 12 additions and 11 deletions

View File

@@ -56,6 +56,6 @@ test -z $(find . -type f -name "*.go" -not -path "*/vendor/*" -not -name "*.pb.*
>&2 echo "go build..."
go build -o $out -buildmode pie --ldflags '-extldflags "-fno-PIC -static"' "$package"
go build -o $out -buildmode pie --ldflags '-extldflags "-static"' "$package"
tar cf - $out