Skip to content

Commit

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

- Added go1.22.12 (linux-amd64), go1.22.12 (linux-arm64), go1.23.6 (linux-amd64), go1.23.6 (linux-arm64), go1.24rc3 (linux-amd64), go1.24rc3 (linux-arm64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Feb 6, 2025
1 parent d954e9c commit de54d48
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 @@ -23,7 +23,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:c1192a4e9019ba3693ebf62004a5863f9f04f5d85963db1de9e983cd41afc261"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1d36adbe264046a1b93a41e966a74f14034c31aab079d87e0f4ec2d40ec6d1b0"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -116,7 +116,7 @@ version = "0.20.5"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.5.2"
version = "0.5.3"
[[order.group]]
id = "heroku/procfile"
version = "4.0.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 @@ -27,7 +27,7 @@ version = "0.20.5"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:c1192a4e9019ba3693ebf62004a5863f9f04f5d85963db1de9e983cd41afc261"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1d36adbe264046a1b93a41e966a74f14034c31aab079d87e0f4ec2d40ec6d1b0"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -128,7 +128,7 @@ version = "0.20.5"
optional = true
[[order.group]]
id = "heroku/go"
version = "0.5.2"
version = "0.5.3"
[[order.group]]
id = "heroku/procfile"
version = "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:c1192a4e9019ba3693ebf62004a5863f9f04f5d85963db1de9e983cd41afc261"
uri = "docker://docker.io/heroku/buildpack-go@sha256:1d36adbe264046a1b93a41e966a74f14034c31aab079d87e0f4ec2d40ec6d1b0"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -128,7 +128,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
optional = true
[[order.group]]
id = "heroku/go"
version = "0.5.2"
version = "0.5.3"
[[order.group]]
id = "heroku/procfile"
version = "4.0.0"
Expand Down

0 comments on commit de54d48

Please sign in to comment.