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

Update go version of odh/modelmesh-serving pipeline #51485

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ base_images:
tag: "8"
build_root:
project_image:
dockerfile_literal: "FROM registry.access.redhat.com/ubi8/go-toolset:1.19\nENV
dockerfile_literal: "FROM registry.access.redhat.com/ubi8/go-toolset:1.20\nENV
GOBIN=/go/bin\nENV PATH=/usr/local/go/bin:${GOBIN}:$PATH\nUSER root\n# Prow
expects to be able to check out a repo under /go \nWORKDIR /go\nRUN umask 0111
&& find /go -type d -not -perm -0775 | xargs --max-procs 10 --max-args 100 --no-run-if-empty
chmod g+xw"
chmod g+xw\n"
images:
- build_args:
- name: TARGETOS
Expand Down Expand Up @@ -42,7 +42,7 @@ releases:
release:
architecture: amd64
channel: fast
version: "4.12"
version: "4.14"
resources:
'*':
limits:
Expand Down