Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
update to go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schwab committed Feb 22, 2017
1 parent 31687ac commit c2fd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
export BUILD_DIR=$(dirname $0)
pushd $BUILD_DIR > /dev/null

export GOVERSION=${GOVERSION:-1.7.1}
export GOVERSION=${GOVERSION:-1.8}
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
export REVISION=${GIT_COMMIT:-$(git rev-parse HEAD)}
export LIBRARY_REVISION=$(cat Godeps/Godeps.json | grep github.com/phrase/phraseapp-go -A 1 | tail -n 1 | cut -d '"' -f 4)
Expand Down

0 comments on commit c2fd6ae

Please sign in to comment.