use the go 1.10 build cache

Signed-off-by: Steve Kriss <steve@heptio.com>
This commit is contained in:
Steve Kriss
2018-04-17 12:03:10 -07:00
parent 2889db72ac
commit fd1c8294ce
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ if [[ "${GOOS}" = "windows" ]]; then
OUTPUT="${OUTPUT}.exe"
fi
go build -i \
go build \
-o ${OUTPUT} \
-installsuffix "static" \
-ldflags "${LDFLAGS}" \