We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89988d8 + a904f5c commit 3239ccfCopy full SHA for 3239ccf
Dockerfile
@@ -15,7 +15,7 @@
15
###############################################################################
16
# Stage 1: Create the developer image for the BUILDPLATFORM only
17
18
-ARG GOLANG_VERSION=1.19
+ARG GOLANG_VERSION=1.21
19
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION AS develop
20
21
ARG PROTOC_VERSION=21.5
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kserve/modelmesh-runtime-adapter
2
3
-go 1.19
+go 1.21
4
5
require (
6
cloud.google.com/go/storage v1.28.1
0 commit comments