Skip to content

Commit

Permalink
Update go packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Nov 23, 2016
1 parent f4518d2 commit d0471c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/go/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
set -e -x

pushd go/
tar xzvf go1.6.3.linux-amd64.tar.gz
tar xzvf go1.7.3.linux-amd64.tar.gz
mv go/* $BOSH_INSTALL_TARGET
popd

0 comments on commit d0471c6

Please sign in to comment.