Skip to content

Commit

Permalink
chore: add jammy stack to the Go buildpack (#11)
Browse files Browse the repository at this point in the history
* chore: add jammy stack to the Go buildpack

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup

Signed-off-by: Matej Vasek <mvasek@redhat.com>

* fixup

Signed-off-by: Matej Vasek <mvasek@redhat.com>

---------

Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek authored Jul 31, 2023
1 parent 4fb35d5 commit 34d0eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion builders/go/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uri = "../../buildpacks/go"

[[order.group]]
id = "dev.knative-sandbox.go"
version = "0.0.3"
version = "0.0.4"

[stack]
build-image = "docker.io/paketobuildpacks/build:1.3.167-full-cnb"
Expand Down
7 changes: 5 additions & 2 deletions buildpacks/go/buildpack.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
api = "0.2"
api = "0.7"

[buildpack]
id = "dev.knative-sandbox.go"
version = "0.0.3"
version = "0.0.4"
name = "Go Function Buildpack"

[[stacks]]
id = "io.paketo.stacks.tiny"

[[stacks]]
id = "io.buildpacks.stacks.bionic"

[[stacks]]
id = "io.buildpacks.stacks.jammy"

0 comments on commit 34d0eef

Please sign in to comment.