Skip to content

Commit

Permalink
Update builder repo name to cnb-builder-images (#167)
Browse files Browse the repository at this point in the history
Since the repository has been renamed:
heroku/cnb-builder-images#396

GUS-W-14201543.
  • Loading branch information
edmorley authored Oct 2, 2023
1 parent 62113bd commit 1652f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go builds on the Heroku platform, see [heroku/heroku-buildpack-go](classic).

## Usage

Build a go app image by using this buildpack with [`pack`](pack) and the [`heroku/builder`](builder) builder:
Build a go app image by using this buildpack with [`pack`](pack) and the [`heroku/builder`](cnb-builder-images) builder:

```sh
pack build go-example --path /path/to/go-app --builder heroku/builder:22 --buildpack heroku/go
Expand Down Expand Up @@ -110,5 +110,5 @@ Licensed under the BSD 3-clause License. See [LICENSE](./LICENSE) file.
[classic]: https://github.com/heroku/heroku-buildpack-go
[cnb]: https://buildpacks.io/
[pack]: https://buildpacks.io/docs/tools/pack/
[builder]: https://github.com/heroku/builder
[cnb-builder-images]: https://github.com/heroku/cnb-builder-images
[go-modules]: https://go.dev/ref/mod

0 comments on commit 1652f08

Please sign in to comment.