diff --git a/infrastructure/scripts/build-container b/infrastructure/scripts/build-container index 5dbc12d..498d71b 100755 --- a/infrastructure/scripts/build-container +++ b/infrastructure/scripts/build-container @@ -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 \ diff --git a/infrastructure/scripts/dependencies b/infrastructure/scripts/dependencies index 15ff115..ecc6abd 100755 --- a/infrastructure/scripts/dependencies +++ b/infrastructure/scripts/dependencies @@ -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