Skip to content

Commit

Permalink
Merge pull request #781 from dcbw/go-113
Browse files Browse the repository at this point in the history
Bump release build Go version to 1.14
  • Loading branch information
dcbw authored Aug 5, 2020
2 parents e915473 + 90311ea commit 6fc72a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions Vagrantfile

This file was deleted.

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.12-alpine \
docker run -i -v ${SRC_DIR}:/opt/src --rm golang:1.14-alpine \
/bin/sh -xe -c "\
apk --no-cache add bash tar;
cd /opt/src; umask 0022;
Expand Down

0 comments on commit 6fc72a4

Please sign in to comment.