Skip to content

Commit 8d93945

Browse files
committed
Fix version in go-crane-image
Signed-off-by: Vincent Demeester <[email protected]>
1 parent c8aad4a commit 8d93945

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go-crane-image/go-crane-image.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app.kubernetes.io/version: "0.4.0"
77
annotations:
8-
tekton.dev/pipelines.minVersion: "0.53.0"
8+
tekton.dev/pipelines.minVersion: "0.50.0"
99
tekton.dev/categories: language
1010
tekton.dev/tags: go
1111
tekton.dev/displayName: "go crane image"
@@ -46,10 +46,9 @@ spec:
4646
tag: "latest"
4747
- name: go
4848
description: >-
49-
Golang options, such as flags, version,
49+
Golang options, such as flags, …
5050
type: object
5151
properties:
52-
version: {type: string}
5352
GOFLAGS: {type: string}
5453
GOOS: {type: string}
5554
GOARCH: {type: string}

go-ko-image/go-ko-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app.kubernetes.io/version: "0.4.0"
77
annotations:
8-
tekton.dev/pipelines.minVersion: "0.53.0"
8+
tekton.dev/pipelines.minVersion: "0.50.0"
99
tekton.dev/categories: language
1010
tekton.dev/tags: go
1111
tekton.dev/displayName: "go ko image"

0 commit comments

Comments
 (0)