Skip to content

Commit

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

### Added

- Added buildpack description to metadata used by CNB registry. ([#178](https://github.com/heroku/buildpack-go/pull/178))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Oct 24, 2023
1 parent 6972dd3 commit c327ed7
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:4639874ee2ae74c6250962827433dfb7023082bef39e678c593678ff00d57673"
uri = "docker://docker.io/heroku/buildpack-go@sha256:54e648948dec769d34b1efa2f8ed144fc996efc9434737133d67511d5854bd0b"

[[buildpacks]]
id = "heroku/java"
Expand Down Expand Up @@ -88,7 +88,7 @@ version = "0.17.2"
[[order]]
[[order.group]]
id = "heroku/go"
version = "0.1.10"
version = "0.1.11"
[[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:4639874ee2ae74c6250962827433dfb7023082bef39e678c593678ff00d57673"
uri = "docker://docker.io/heroku/buildpack-go@sha256:54e648948dec769d34b1efa2f8ed144fc996efc9434737133d67511d5854bd0b"

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

0 comments on commit c327ed7

Please sign in to comment.