Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(): change go-version param in the sealights go instrumentation task to use by default latest version of ubi go-toolset #1919

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading