mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Switch to go1.11
This commit is contained in:
@@ -6,5 +6,5 @@ source $(dirname $0)/version
|
||||
cd $(dirname $0)/..
|
||||
|
||||
mkdir -p bin
|
||||
[ "$(uname)" != "Darwin" ] && LINKFLAGS="-linkmode external -extldflags -static -s"
|
||||
[ "$(uname)" != "Darwin" ] && LINKFLAGS="-extldflags -static -s"
|
||||
CGO_ENABLED=0 go build -ldflags "-X main.VERSION=$VERSION $LINKFLAGS" -o bin/types
|
||||
|
Reference in New Issue
Block a user