Skip to content

Commit

Permalink
Merge pull request moovweb#262 from evalphobia/master
Browse files Browse the repository at this point in the history
Fix Binary URL to storage.googleapis.com
  • Loading branch information
voxxit authored Jul 13, 2018
2 parents 34b5631 + 0bc37cc commit 0e63f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ download_binary() {
else
GO_BINARY_FILE=${VERSION}.${GVM_OS}-${GVM_ARCH}.tar.gz
fi
GO_BINARY_URL="http://golang.org/dl/${GO_BINARY_FILE}"
GO_BINARY_URL="https://storage.googleapis.com/golang/${GO_BINARY_FILE}"
GO_BINARY_PATH=${GVM_ROOT}/archive/${GO_BINARY_FILE}

if [ ! -f $GO_BINARY_PATH ]; then
Expand Down

0 comments on commit 0e63f5c

Please sign in to comment.