Skip to content

Commit

Permalink
Down to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Simmerl committed Mar 24, 2017
1 parent 2d9615f commit 39e94c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infrastructure/scripts/build-container
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
echo "|> prepare env"
export PROJECT=/home/ubuntu/.go_workspace/src/github.com/tapglue/snaas
export REVISION=$(git rev-parse --short HEAD)
source ~/.gimme/envs/go1.7.6.env
source ~/.gimme/envs/go1.7.5.env

echo "|> build gateway-http"
docker run \
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/scripts/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sudo curl -sL -o /usr/local/bin/gimme https://raw.githubusercontent.com/travis-c
sudo chmod +x /usr/local/bin/gimme

echo "|> install go"
gimme 1.7.6
source ~/.gimme/envs/go1.7.6.env
gimme 1.7.5
source ~/.gimme/envs/go1.7.5.env

echo "|> prepare directories"
mkdir -p /home/ubuntu/.go_workspace/src/github.com/tapglue
Expand Down

0 comments on commit 39e94c2

Please sign in to comment.