Skip to content

Newest golang buildpack version cannot install go #556

@balamut-google

Description

@balamut-google

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions