SumoLogic / sumologic-cloudfoundry-nozzle

A cloudfoundry nozzle that outputs to Sumologic
Apache License 2.0
3 stars 3 forks source link

PCF 2.2.8 removes the support for go 1.6.x and go 1.7.x #14

Closed KyleMartin901 closed 5 years ago

KyleMartin901 commented 5 years ago

Hi,

We just tried to upgrade our PCF up to 2.2.8 and they have removed support Go version 1.6.x and 1.7.x. in their default Go buildpack which caused the upgrade to fail.

Release notes can be found https://github.com/cloudfoundry/go-buildpack/releases.

Is there any plans to update the go version used?

Staging app and tracing logs...  
              Downloading go_buildpack...  
              Downloaded go_buildpack  
              Cell a120784c-2497-4975-95ae-bcf609f78da0 creating container for instance b58ced3c-d812-458f-842b-50c04784a15a  
              Cell a120784c-2497-4975-95ae-bcf609f78da0 successfully created container for instance b58ced3c-d812-458f-842b-50c04784a15a  
              Downloading build artifacts cache...  
              Downloading app package...  
              Downloaded build artifacts cache (219B)  
              Downloaded app package (3.9M)  
              -----> Go Buildpack version 1.8.28  
                     **WARNING** buildpack version changed from 1.8.25 to 1.8.28  
              -----> Checking Godeps/Godeps.json file  
              -----> Installing godep 80  
                     Copy [/tmp/buildpacks/1b14a9326ade62ff0e0658e9955799a1/dependencies/d5fd163aa8b770b08c7d2fd02e6217f2/godep-v80-linux-x64-cflinuxfs2-06cdb761.tgz]  
              -----> Installing glide 0.13.2  
                     Copy [/tmp/buildpacks/1b14a9326ade62ff0e0658e9955799a1/dependencies/7a4641490e7f14be86c0e07b4591d2f7/glide-v0.13.2-linux-x64-cflinuxfs2-b50997e2.tgz]  
              -----> Installing dep 0.5.0  
                     Copy [/tmp/buildpacks/1b14a9326ade62ff0e0658e9955799a1/dependencies/562b27e2fb67a1eb22d740d5d0f5626e/dep-v0.5.0-linux-x64-cflinuxfs2-52c14116.tgz]  
                     **ERROR** Unable to determine Go version to install: no match found for 1.7.x in [1.8.6 1.8.7 1.9.6 1.9.7 1.10.3 1.10.4 1.11 1.11.1]  
              Failed to compile droplet: Failed to run all supply scripts: exit status 16  
              Exit status 223  
duchatran commented 5 years ago

@KyleMartin901 our bundle for 0.9.1 now works for Go 1.10. I am closing this issue, feel free to reopen if it still doesn't work for you.