Skip to content

Commit 57bedcb

Browse files
NO-ISSUE: Update Go Builder to v1.24
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent cb15986 commit 57bedcb

6 files changed

+6
-6
lines changed

Dockerfile.assisted-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG RHEL_VERSION=9
22

3-
FROM registry.access.redhat.com/ubi$RHEL_VERSION/go-toolset:1.21 AS golang
3+
FROM registry.access.redhat.com/ubi$RHEL_VERSION/go-toolset:1.24 AS golang
44

55
ADD . /app
66
WORKDIR /app

Dockerfile.assisted-service-build

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.21 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang
22

33
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.0
44
RUN go install gotest.tools/[email protected]

Dockerfile.assisted-service-debug

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.21 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang
22

33
RUN GOFLAGS=-mod=mod go install github.com/go-delve/delve/cmd/[email protected]
44

Dockerfile.assisted-service-rhel8-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.23 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.24 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

Dockerfile.assisted-service-rhel9-mce

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.21 AS builder
1+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.24 AS builder
22
ARG TARGETOS
33
ARG TARGETARCH
44

ci-images/Dockerfile.base

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.21 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24 AS golang
22

33
RUN go install gotest.tools/[email protected]
44

0 commit comments

Comments
 (0)