Skip to content

Commit fccbf87

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 & 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 image
2+
FROM quay.io/projectquay/golang:1.24.1 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)