Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to compile due to no support for Go 1.10.0 in the go_buildpack #23

Closed
austinbv opened this issue Aug 20, 2019 · 6 comments
Closed
Assignees
Labels

Comments

@austinbv
Copy link

Hey all it looks like the go version needs to be updated as the build pack no longer supports go 1.10.0.

I am installing the nozzle as a tile in ops-manager on Pivotal Cloud Foundry. Here are the relevant logs.

             2019-08-20T05:10:20.86+0000 [STG/0] OUT -----> Installing dep 0.5.4  
             2019-08-20T05:10:20.86+0000 [STG/0] OUT        Copy [/tmp/buildpacks/52a307ca94edfbb724794d48ed1a7c48/dependencies/f1900fcb2de60a12ea6743ecf05e14d2/dep-v0.5.4-linux-x64-cflinuxfs3-79b3ab9e.tgz]  
             2019-08-20T05:10:21.10+0000 [STG/0] OUT        [31;1m**ERROR**[0m Unable to determine Go version to install: no match found for 1.10.x in [1.11.11 1.11.12 1.12.6 1.12.7]  
             2019-08-20T05:10:21.11+0000 [STG/0] ERR Failed to compile droplet: Failed to run all supply scripts: exit status 16  
@HDYA
Copy link
Member

HDYA commented Aug 20, 2019

Hi @austinbv , thanks for reporting this issue, we've been working on this and will release fixes soon. Thanks.

@bgandon
Copy link

bgandon commented Aug 26, 2019

We are encountering this issue in our production Concourse pipeline, which has recently bumped the Go Buildpack of our sandbox Cloud Foundry foundation, from v1.8.40 (still supporting Golang v1.10.x) to v1.8.42 (no more supporting Golang v1.10.x).

As a temporary fix, we plan to rename the bumped buildpack with cf rename-buildpack and then do a cf create-buildpack to recreate the go_buildback to its former version v1.8.40.

@skertz
Copy link

skertz commented Sep 12, 2019

Ran into this same thing while updating to PCF 2.5 which came with 1.8.42. We too invoke a work-around. Keep in mind that the latest buildpack (yesterday) just removed Go 1.11 - supports 1.12/1.13
Maybe take a larger leap forward when updating the nozzle.

@kr-jmd
Copy link

kr-jmd commented Oct 15, 2019

I am running into the same bug with the latest version (1.4.2). Running OpsMan/PAS 2.7 on Azure and getting an error trying to get to github to get the GoPack...obviously because the vm cannot access the internet. Is there a way to change this so that it uses cached buildpack in PCF?

@bgandon
Copy link

bgandon commented Nov 15, 2019

For us, this has been fixed with a more recent version of the Nozzle.
We can fix this issue. Thank you for your support.

@HDYA HDYA closed this as completed Nov 27, 2019
@HDYA
Copy link
Member

HDYA commented Nov 27, 2019

Version 1.4.2 should have fixed this issue, closing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants