Skip to content

Commit 206b98c

Browse files
authored
Bump Go to 1.23 (#52) (#65)
Fix CVE `CVE-2025-22866`. Signed-off-by: Pierangelo Di Pilato <[email protected]>
1 parent 2f973bc commit 206b98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
ARG BUILD_BASE=develop
2020
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION AS develop
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/rest-proxy
22

3-
go 1.22.9
3+
go 1.23.6
44

55
require (
66
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)