go-build
go-build copied to clipboard
A Cloud Native Buildpack for compiling Go applications
Publish All Draft Releases workflow [failed](https://github.com/paketo-buildpacks/go-build/actions/runs/9477092031).
Bumps the go-modules group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.1` |...
Bumps [github.com/anchore/stereoscope](https://github.com/anchore/stereoscope) from 0.0.0-20230412183729-8602f1afc574 to 0.0.3. Release notes Sourced from github.com/anchore/stereoscope's releases. v0.0.3 Additional Changes Bump docker version [#234 @jonjohnsonjr] (Full Changelog) v0.0.2 Bug Fixes update tar traversal to respect...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 27.2.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v27.2.1 27.2.1 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.31.0 to 0.33.0. Release notes Sourced from github.com/testcontainers/testcontainers-go's releases. v0.33.0 What's Changed ⚠️ Breaking Changes fix!: docker authentication setup (#2727) @stevenh If you are building Docker images...
Bumps the go-modules group with 30 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` |...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 28.0.0+incompatible. Release notes Sourced from github.com/docker/docker's releases. v28.0.0 28.0.0 For a full list of pull requests and changes in this release, refer to the relevant...
Bumps [github.com/anchore/stereoscope](https://github.com/anchore/stereoscope) from 0.0.0-20230412183729-8602f1afc574 to 0.0.13. Release notes Sourced from github.com/anchore/stereoscope's releases. v0.0.13 Dependency Updates bump github.com/spf13/afero from 1.11.0 to 1.12.0 [#339 @dependabot] bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 in...
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.31.0 to 0.35.0. Release notes Sourced from github.com/testcontainers/testcontainers-go's releases. v0.35.0 What's Changed ⚠️ Breaking Changes feat(termination)!: make container termination timeout configurable (#2926) @moogacs The container.Terminate(ctx) method now...
## Describe the Enhancement Add arm64 support. ## Possible Solution Make the `paketobuildpacks/go-build` image multi-arch. Include `*.cnb` in GH release for amd64 and arm64. ## Motivation Support for apple silicon.