We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9866462 commit 0a1ff9bCopy full SHA for 0a1ff9b
scripts/install_go.sh
@@ -18,7 +18,7 @@ function main() {
18
19
mkdir -p "${dir}"
20
21
- if [[ ! -f "${dir}/go/bin/go" ]]; then
+ if [[ ! -f "${dir}/bin/go" ]]; then
22
local url
23
# TODO: use exact stack based dep, after go buildpack has cflinuxfs4 support
24
#url="https://buildpacks.cloudfoundry.org/dependencies/go/go_${version}_linux_x64_${CF_STACK}_${expected_sha:0:8}.tgz"
0 commit comments