File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Support FROM override
2- ARG BUILD_IMAGE=docker.io/golang:1.24.12 @sha256:3cf75037b466628dd35fe88065e475463bd5083075ff0a8962cbfb4327423ee3
2+ ARG BUILD_IMAGE=docker.io/golang:1.24.13 @sha256:c29cdf32d47053ab0d914852d9c2ed2da12b3cf13079aaef1704ef21335e68a3
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.12
7+ GO_VERSION ?= 1.24.13
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.12
5+ MINIMUM_GO_VERSION=go1.24.13
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