-
Notifications
You must be signed in to change notification settings - Fork 121
Open
cloudfoundry/buildpacks-github-config
#259Description
There is something wrong with the recent version of go binary dependencies that ./scripts/install_go.sh tries to install.
When curl fetches https://buildpacks.cloudfoundry.org/dependencies/go/go_1.25.6_linux_x64_cflinuxfs3_0ed64e3b.tgz to /tmp directory, the resulting output is XML message with access denied error, instead of go installation archive, like this:
<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>2EKSYXV0XD4A5G6F</RequestId><HostId>cvpIwKA...CwZGOwTxtOaw4=</HostId></Error>
This behavior is likely to break installation for users that rely on the newest version of buildpacks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels