Skip to content

Commit 1e4d7d3

Browse files
authored
chore: rename sandbox (#14)
Signed-off-by: Matej Vasek <mvasek@redhat.com>
1 parent fca6106 commit 1e4d7d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builders/go/builder.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ uri = "../../buildpacks/go"
1111
version = "2.3.5"
1212

1313
[[order.group]]
14-
id = "dev.knative-sandbox.go"
15-
version = "0.0.5"
14+
id = "dev.knative-extensions.go"
15+
version = "0.0.6"
1616

1717
[stack]
1818
id = "io.buildpacks.stacks.jammy.tiny"

buildpacks/go/buildpack.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
api = "0.7"
22

33
[buildpack]
4-
id = "dev.knative-sandbox.go"
5-
version = "0.0.5"
4+
id = "dev.knative-extensions.go"
5+
version = "0.0.6"
66
name = "Go Function Buildpack"
77

88
[[stacks]]

0 commit comments

Comments
 (0)