Skip to content

Commit

Permalink
feat(KFLUXDP-108): change go-version task to use by default latest ve…
Browse files Browse the repository at this point in the history
…rsion of ubi go-toolset
  • Loading branch information
flacatus committed Feb 7, 2025
1 parent d83fde3 commit 7f26cc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion task/sealights-go-oci-ta/0.1/sealights-go-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ spec:
the application source code.
type: string
- name: go-version
default: "latest"
type: string
description: >-
"The Go version to use with the 'ubi8/go-toolset' image, in the format '1.x.y' (e.g., '1.21.3'). The go version should be
compatible with tags from the Red Hat catalog: https://catalog.redhat.com/software/containers/ubi8/go-toolset/5ce8713aac3db925c03774d1"
compatible with tags from the Red Hat catalog: https://catalog.redhat.com/software/containers/ubi8/go-toolset/5ce8713aac3db925c03774d1".
By default will use latest version of the go-toolset image.
- name: sealights-secret
type: string
description: >-
Expand Down

0 comments on commit 7f26cc8

Please sign in to comment.