We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca6106 commit 1e4d7d3Copy full SHA for 1e4d7d3
builders/go/builder.toml
@@ -11,8 +11,8 @@ uri = "../../buildpacks/go"
11
version = "2.3.5"
12
13
[[order.group]]
14
- id = "dev.knative-sandbox.go"
15
- version = "0.0.5"
+ id = "dev.knative-extensions.go"
+ version = "0.0.6"
16
17
[stack]
18
id = "io.buildpacks.stacks.jammy.tiny"
buildpacks/go/buildpack.toml
@@ -1,8 +1,8 @@
1
api = "0.7"
2
3
[buildpack]
4
-id = "dev.knative-sandbox.go"
5
-version = "0.0.5"
+id = "dev.knative-extensions.go"
+version = "0.0.6"
6
name = "Go Function Buildpack"
7
8
[[stacks]]
0 commit comments