File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Support FROM override
2- ARG BUILD_IMAGE=docker.io/golang:1.24.6 @sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6
2+ ARG BUILD_IMAGE=docker.io/golang:1.24.7 @sha256:5e9d14d681c3224276f0c8e318525ef6fc96b47fbcbb89f8bec0e402e18ea8bf
33ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
44
55# Build the manager binary
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ GO_TEST_FLAGS = $(TEST_FLAGS)
44DEBUG = --debug
55COVER_PROFILE = cover.out
66GO := $(shell type -P go)
7- GO_VERSION ?= 1.24.6
7+ GO_VERSION ?= 1.24.7
88
99ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST ) ) ) )
1010
Original file line number Diff line number Diff line change 22
33set -eux
44
5- MINIMUM_GO_VERSION=go1.24.6
5+ MINIMUM_GO_VERSION=go1.24.7
66
77# Ensure the go tool exists and is a viable version, or installs it
88verify_go_version ()
You can’t perform that action at this time.
0 commit comments