Skip to content

Commit ba1bdd4

Browse files
committed
Downgrade go requirement for downstream go-toolchain builder img
Signed-off-by: Kyle Lape <klape@redhat.com>
1 parent 9470386 commit ba1bdd4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.epp.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Go build stage
2-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 AS go-builder
2+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9@sha256:90a36bc2013b3fcb28e2a4b082c9b895d7c2c679e58b95aed9721970f3339d0e AS go-builder
33

44
ARG TARGETOS
55
ARG TARGETARCH

Dockerfile.sidecar.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.8@sha256:8c5aeac74b4b60dc2e5e44f6b639186b7ec2fec8f0eb9a36d4a32dcf8e255f52 AS builder
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.25.9@sha256:90a36bc2013b3fcb28e2a4b082c9b895d7c2c679e58b95aed9721970f3339d0e AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44
ARG COMMIT_SHA=unknown

go.mod

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

3-
go 1.25.11
3+
go 1.25.9
44

55
require (
66
cloud.google.com/go/aiplatform v1.124.0

0 commit comments

Comments
 (0)