We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f973bc commit 206b98cCopy full SHA for 206b98c
Dockerfile
@@ -15,7 +15,7 @@
15
###############################################################################
16
# Stage 1: Create the developer image for the BUILDPLATFORM only
17
18
-ARG GOLANG_VERSION=1.22
+ARG GOLANG_VERSION=1.23
19
ARG BUILD_BASE=develop
20
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:$GOLANG_VERSION AS develop
21
go.mod
@@ -1,6 +1,6 @@
1
module github.com/kserve/rest-proxy
2
3
-go 1.22.9
+go 1.23.6
4
5
require (
6
github.com/google/go-cmp v0.6.0
0 commit comments