Skip to content

Commit

Permalink
Merge pull request #62 from spolti/RHOAIENG-7482
Browse files Browse the repository at this point in the history
Upgrade Golang to 1.21
  • Loading branch information
openshift-merge-bot[bot] authored Jun 21, 2024
2 parents 89988d8 + a904f5c commit 3239ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
###############################################################################
# Stage 1: Create the developer image for the BUILDPLATFORM only
###############################################################################
ARG GOLANG_VERSION=1.19
ARG GOLANG_VERSION=1.21
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION AS develop

ARG PROTOC_VERSION=21.5
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kserve/modelmesh-runtime-adapter

go 1.19
go 1.21

require (
cloud.google.com/go/storage v1.28.1
Expand Down

0 comments on commit 3239ccf

Please sign in to comment.