Skip to content

Commit

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

### Added

- Support for `arm64` and multi-arch images. ([#261](heroku/buildpacks-go#261))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored May 2, 2024
1 parent 873cef8 commit a1e223a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:6e6957d6118b6c3cb39b9217587acc1de8616181aeccf6eb1af2b218ffb60e0d"
uri = "docker://docker.io/heroku/buildpack-go@sha256:5e5d1f7507dd37dadf625fe897e3f45ee39151e8dc9755e8e1f852e30a6cc3b9"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.19.3"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.2.1"
version = "0.3.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.0"
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.3"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:6e6957d6118b6c3cb39b9217587acc1de8616181aeccf6eb1af2b218ffb60e0d"
uri = "docker://docker.io/heroku/buildpack-go@sha256:5e5d1f7507dd37dadf625fe897e3f45ee39151e8dc9755e8e1f852e30a6cc3b9"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.19.3"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.2.1"
version = "0.3.0"
[[order.group]]
id = "heroku/procfile"
version = "3.1.0"
Expand Down

0 comments on commit a1e223a

Please sign in to comment.