diff --git a/Dockerfile b/Dockerfile index 598a2441..f34aabc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ############################################################################### # Stage 1: Create the developer image for the BUILDPLATFORM only ############################################################################### -ARG GOLANG_VERSION=1.21 +ARG GOLANG_VERSION=1.22 FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION AS develop ARG PROTOC_VERSION=21.5 diff --git a/go.mod b/go.mod index b6549372..780b12bf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kserve/modelmesh-runtime-adapter -go 1.21 +go 1.22.12 require ( cloud.google.com/go/storage v1.28.1