go-buildpack
go-buildpack copied to clipboard
Cloud Foundry buildpack for the Go Language
Release reminder for go-buildpack The ideal release date window for this buildpack starts on: 10-10 and ends on 10-15. * See [diff from latest version](https://github.com/cloudfoundry/go-buildpack/compare/v1.10.23..develop) and validate if a release...
Release reminder for go-buildpack The ideal release date window for this buildpack starts on: 09-26 and ends on 10-01. * See [diff from latest version](https://github.com/cloudfoundry/go-buildpack/compare/v1.10.23..develop) and validate if a release...
### What version of the buildpack you are using? 1.10.5 ### If you were attempting to accomplish a task, what was it you were attempting to do? I was attempting...
Please make sure the following dependencies are removed from buildpack on time. - Name: go Version Line: 1.18.x Date: 2023-03-15 Link: https://golang.org/doc/devel/release.html
Go modules, Go's official solution to dependency management, have been [on by default since Go 1.16](https://go.dev/blog/go116-module-changes). Per [the docs](https://docs.cloudfoundry.org/buildpacks/go/index.html) and the output I see when running `cf push`, the buildpack...
What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running `cf curl /v2/info && cf version`? "api_version":"2.202.0" cf version 8.2.0+fd8fbca64.2022-02-09 What version...
It would be nice to have support for Go version 1.24.z.
# Issue Using the Go buildpack with `GOTOOLCHAIN=local` as an online buildpack started to fail after https://github.com/cloudfoundry/go-buildpack/pull/516 as the `go.mod` requires a Go > 1.23 but the `install_go.sh` scripts still...
When setting `GOTOOLCHAIN=local` which you might want to set to not allow Go to download itself, the buildpack stopped working after https://github.com/cloudfoundry/go-buildpack/pull/516 as the go.mod requires a Go > 1.23...