Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
f-blass committed Aug 7, 2024
1 parent 7c4b5d8 commit ca57e48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ function main() {

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

echo "-----> Download go ${version}"
Expand Down

0 comments on commit ca57e48

Please sign in to comment.