Closed austinbv closed 4 years ago
Hi @austinbv , thanks for reporting this issue, we've been working on this and will release fixes soon. Thanks.
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.
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.
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?
For us, this has been fixed with a more recent version of the Nozzle. We can fix this issue. Thank you for your support.
Version 1.4.2 should have fixed this issue, closing it
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.