Skip to content

Commit 3239ccf

Browse files
Merge pull request #62 from spolti/RHOAIENG-7482
Upgrade Golang to 1.21
2 parents 89988d8 + a904f5c commit 3239ccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###############################################################################
1616
# Stage 1: Create the developer image for the BUILDPLATFORM only
1717
###############################################################################
18-
ARG GOLANG_VERSION=1.19
18+
ARG GOLANG_VERSION=1.21
1919
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:$GOLANG_VERSION AS develop
2020

2121
ARG PROTOC_VERSION=21.5

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kserve/modelmesh-runtime-adapter
22

3-
go 1.19
3+
go 1.21
44

55
require (
66
cloud.google.com/go/storage v1.28.1

0 commit comments

Comments
 (0)