Skip to content

Commit 60b1d6d

Browse files
update to go 1.23 (#350)
Signed-off-by: Vedant Mahabaleshwarkar <vmahabal@redhat.com>
1 parent e7602df commit 60b1d6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.develop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
###############################################################################
2222
# Create the develop, test, and build environment
2323
###############################################################################
24-
ARG GOLANG_VERSION=1.22
24+
ARG GOLANG_VERSION=1.23
2525
FROM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION
2626

2727
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope

Dockerfile.develop.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
###############################################################################
1616
# Create the develop, test, and build environment
1717
###############################################################################
18-
ARG GOLANG_VERSION=1.22
18+
ARG GOLANG_VERSION=1.23
1919
FROM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION
2020

2121

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kserve/modelmesh-serving
22

3-
go 1.22.9
3+
go 1.23.6
44

55
require (
66
github.com/dereklstinson/cifar v0.0.0-20200421171932-5722a3b6a0c7

0 commit comments

Comments
 (0)