Skip to content

Commit

Permalink
Update heroku/buildpacks-go to v0.4.0 (#531)
Browse files Browse the repository at this point in the history
## heroku/go

### Added

- Added go1.21.11 (linux-amd64), go1.21.11 (linux-arm64).
- Added go1.22.4 (linux-arm64), go1.22.4 (linux-amd64).

### Changed

- The build cache is now invalidated when the target distribution changes. ([#267](heroku/buildpacks-go#267))
- The build cache is no longer invalidated on minor go version changes. ([#267](heroku/buildpacks-go#267))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Jun 4, 2024
1 parent 44f3613 commit d737c7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions builder-20/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.19.6"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:96a7654a536e5fcc4f09a80424a7f3bab40e61a97a0d98599ca7becb1e9400b7"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1bbd4e89e4245b4c74d4edd264dbde73975d191d13fcd6d05b45d1bbd2de6e41"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.19.6"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.3.1"
version = "0.4.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.19.6"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:96a7654a536e5fcc4f09a80424a7f3bab40e61a97a0d98599ca7becb1e9400b7"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1bbd4e89e4245b4c74d4edd264dbde73975d191d13fcd6d05b45d1bbd2de6e41"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.19.6"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.3.1"
version = "0.4.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.19.6"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:96a7654a536e5fcc4f09a80424a7f3bab40e61a97a0d98599ca7becb1e9400b7"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1bbd4e89e4245b4c74d4edd264dbde73975d191d13fcd6d05b45d1bbd2de6e41"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -96,7 +96,7 @@ version = "0.19.6"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.3.1"
version = "0.4.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.1"
Expand Down

0 comments on commit d737c7a

Please sign in to comment.