Skip to content

Commit 461d433

Browse files
author
Casey Callendrello
authored
Merge pull request #116 from squeed/release-bump-go
release: bump golang version
2 parents e2f063b + 84a0100 commit 461d433

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rm -Rf ${SRC_DIR}/${RELEASE_DIR}
1414
mkdir -p ${SRC_DIR}/${RELEASE_DIR}
1515
mkdir -p ${OUTPUT_DIR}
1616

17-
docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.8-alpine \
17+
docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.9-alpine \
1818
/bin/sh -xe -c "\
1919
apk --no-cache add bash tar;
2020
cd /opt/src; umask 0022;

0 commit comments

Comments
 (0)