Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit b2caec2

Browse files
authored
Bump Go to 1.23.6 (#101)
Fix `CVE-2025-22866`. Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
1 parent f9ec26f commit b2caec2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
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.22
18+
ARG GOLANG_VERSION=1.23
1919
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION AS develop
2020

2121
ARG PROTOC_VERSION=21.5

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-runtime-adapter
22

3-
go 1.22.9
3+
go 1.23.6
44

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

0 commit comments

Comments
 (0)