From 84a01001be16b5f340ec0e7fd195a7b85019b35b Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Wed, 7 Feb 2018 13:16:30 +0100 Subject: [PATCH] release: bump golang version --- scripts/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index 3ce21d56..9d129a6f 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -14,7 +14,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR} mkdir -p ${SRC_DIR}/${RELEASE_DIR} mkdir -p ${OUTPUT_DIR} -docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.8-alpine \ +docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.9-alpine \ /bin/sh -xe -c "\ apk --no-cache add bash tar; cd /opt/src; umask 0022;