Skip to content

Commit de54d48

Browse files
authoredFeb 6, 2025··
Update heroku/buildpacks-go to v0.5.3 (#645)
## 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>
1 parent d954e9c commit de54d48

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎builder-20/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version = "0.20.5"
2323

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

2828
[[buildpacks]]
2929
id = "heroku/java"
@@ -116,7 +116,7 @@ version = "0.20.5"
116116
[[order]]
117117
[[order.group]]
118118
id = "heroku/go"
119-
version = "0.5.2"
119+
version = "0.5.3"
120120
[[order.group]]
121121
id = "heroku/procfile"
122122
version = "4.0.0"

‎builder-22/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ version = "0.20.5"
2727

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

3232
[[buildpacks]]
3333
id = "heroku/java"
@@ -128,7 +128,7 @@ version = "0.20.5"
128128
optional = true
129129
[[order.group]]
130130
id = "heroku/go"
131-
version = "0.5.2"
131+
version = "0.5.3"
132132
[[order.group]]
133133
id = "heroku/procfile"
134134
version = "4.0.0"

‎builder-24/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
2727

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

3232
[[buildpacks]]
3333
id = "heroku/java"
@@ -128,7 +128,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
128128
optional = true
129129
[[order.group]]
130130
id = "heroku/go"
131-
version = "0.5.2"
131+
version = "0.5.3"
132132
[[order.group]]
133133
id = "heroku/procfile"
134134
version = "4.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.