Skip to content

Commit 0a1ff9b

Browse files
Updating github-config (#677)
1 parent 9866462 commit 0a1ff9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function main() {
1818

1919
mkdir -p "${dir}"
2020

21-
if [[ ! -f "${dir}/go/bin/go" ]]; then
21+
if [[ ! -f "${dir}/bin/go" ]]; then
2222
local url
2323
# TODO: use exact stack based dep, after go buildpack has cflinuxfs4 support
2424
#url="https://buildpacks.cloudfoundry.org/dependencies/go/go_${version}_linux_x64_${CF_STACK}_${expected_sha:0:8}.tgz"

0 commit comments

Comments
 (0)