Skip to content

Commit

Permalink
Merge pull request #116 from squeed/release-bump-go
Browse files Browse the repository at this point in the history
release: bump golang version
  • Loading branch information
Casey Callendrello authored Feb 7, 2018
2 parents e2f063b + 84a0100 commit 461d433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 461d433

Please sign in to comment.