Skip to content

Commit 54143fd

Browse files
committed
revert to use go 1.24.1
Signed-off-by: Lionel Villard <villard@us.ibm.com>
1 parent 9418a41 commit 54143fd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile.activator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Build Stage: using Go 1.25 image
2-
FROM quay.io/projectquay/golang:1.25 AS builder
1+
# Build Stage: using Go 1.24.1 mage
2+
FROM quay.io/projectquay/golang:1.24.1 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

Dockerfile.epp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Minimal runtime Dockerfile (microdnf-only, no torch, wrapper in site-packages)
2-
# Build Stage: using Go 1.25 image
3-
FROM quay.io/projectquay/golang:1.25 AS builder
4-
2+
# Build Stage: using Go 1.24.1 image
3+
FROM quay.io/projectquay/golang:1.24.1 AS builder
54
ARG TARGETOS
65
ARG TARGETARCH
76
ARG KVCACHE_MANAGER_VERSION=v0.3.2

0 commit comments

Comments
 (0)