Skip to content

Commit

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

### Added

- Added go1.20.11 and go1.21.4. ([#168](heroku/buildpacks-go#184))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Nov 13, 2023
1 parent 0746c33 commit e18d239
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.17.2"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:54e648948dec769d34b1efa2f8ed144fc996efc9434737133d67511d5854bd0b"
uri = "docker://docker.io/heroku/buildpack-go@sha256:f85f305d0a8a4c5bab8083897a9b530d99dcfceeba2705c858788a1b16343a18"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.1.11"
version = "0.1.12"
[[order.group]]
id = "heroku/procfile"
version = "2.0.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 @@ -10,7 +10,7 @@ version = "0.17.2"

[[buildpacks]]
id = "heroku/go"
uri = "docker://docker.io/heroku/buildpack-go@sha256:54e648948dec769d34b1efa2f8ed144fc996efc9434737133d67511d5854bd0b"
uri = "docker://docker.io/heroku/buildpack-go@sha256:f85f305d0a8a4c5bab8083897a9b530d99dcfceeba2705c858788a1b16343a18"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -100,7 +100,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.1.11"
version = "0.1.12"
[[order.group]]
id = "heroku/procfile"
version = "2.0.2"
Expand Down

0 comments on commit e18d239

Please sign in to comment.