Skip to content

Commit

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

- Added go1.23.0 (linux-amd64), go1.23.0 (linux-arm64).

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Aug 13, 2024
1 parent d8c35ee commit d382d34
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.0"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:30c89628b937eaf7c3e63e6f5ced41dcf182c9ae87ae80999875600e440ea8bf"
uri = "docker://docker.io/heroku/buildpack-go@sha256:69ccc6af465bcb3f7a131f3f15ebc975c73f17e33d4216162bd6a52811f7e114"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -128,7 +128,7 @@ version = "0.20.0"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.4.2"
version = "0.4.3"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-22/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.20.0"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:30c89628b937eaf7c3e63e6f5ced41dcf182c9ae87ae80999875600e440ea8bf"
uri = "docker://docker.io/heroku/buildpack-go@sha256:69ccc6af465bcb3f7a131f3f15ebc975c73f17e33d4216162bd6a52811f7e114"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -109,7 +109,7 @@ version = "0.20.0"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.4.2"
version = "0.4.3"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down
4 changes: 2 additions & 2 deletions builder-24/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:30c89628b937eaf7c3e63e6f5ced41dcf182c9ae87ae80999875600e440ea8bf"
uri = "docker://docker.io/heroku/buildpack-go@sha256:69ccc6af465bcb3f7a131f3f15ebc975c73f17e33d4216162bd6a52811f7e114"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -109,7 +109,7 @@ mirrors = ["public.ecr.aws/heroku/heroku:24"]
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.4.2"
version = "0.4.3"
[[order.group]]
id = "heroku/procfile"
version = "3.1.2"
Expand Down

0 comments on commit d382d34

Please sign in to comment.