File tree Expand file tree Collapse file tree
monitoring/memcached-operator Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11# Build the custom-scorecard-tests binary
2- FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33ARG TARGETARCH
44
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33ARG TARGETARCH
44
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11# Build the operator-sdk binary
2- FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33ARG TARGETARCH
44
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11# Build the scorecard-test-kuttl binary
2- FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33ARG TARGETARCH
44ARG BUILDPLATFORM
55
Original file line number Diff line number Diff line change 11# Build the scorecard-test binary
2- FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
33ARG TARGETARCH
44
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11{
22 "name" : " Kubebuilder DevContainer" ,
3- "image" : " golang:1.24 " ,
3+ "image" : " golang:1.25 " ,
44 "features" : {
55 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
66 "ghcr.io/devcontainers/features/git:1" : {}
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.24 AS builder
2+ FROM golang:1.25 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11{
22 "name" : " Kubebuilder DevContainer" ,
3- "image" : " golang:1.24 " ,
3+ "image" : " golang:1.25 " ,
44 "features" : {
55 "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
66 "ghcr.io/devcontainers/features/git:1" : {}
You can’t perform that action at this time.
0 commit comments