Skip to content

Commit

Permalink
Update go version of odh/modelmesh-serving pipeline
Browse files Browse the repository at this point in the history
Upgrade to go1.20, from go1.19.
  • Loading branch information
israel-hdez committed Apr 30, 2024
1 parent 9757d37 commit a218ff6
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a218ff6

Please sign in to comment.