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 1313# limitations under the License.
1414
1515# Support FROM override
16- ARG BUILD_IMAGE=docker.io/golang:1.24.8 @sha256:dd80b4158d9c4ca750687719d1a4b79ec9f78f19c4b87b53b73d552ceccfb7a8
16+ ARG BUILD_IMAGE=docker.io/golang:1.24.9 @sha256:5034fa44b36163a4109b71ed75c67dbdcb52c3cd9750953befe00054315d9fd2
1717ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
1818
1919# Build the manager binary on golang image
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash
2020
2121.DEFAULT_GOAL: =help
2222
23- GO_VERSION ?= 1.24.8
23+ GO_VERSION ?= 1.24.9
2424GO := $(shell type -P go)
2525# Use GOPROXY environment variable if set
2626GOPROXY := $(shell $(GO ) env GOPROXY)
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515# Support FROM override
16- ARG BUILD_IMAGE=docker.io/golang:1.24.8 @sha256:dd80b4158d9c4ca750687719d1a4b79ec9f78f19c4b87b53b73d552ceccfb7a8
16+ ARG BUILD_IMAGE=docker.io/golang:1.24.9 @sha256:5034fa44b36163a4109b71ed75c67dbdcb52c3cd9750953befe00054315d9fd2
1717ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
1818
1919# Build the fkas binary on golang image
You can’t perform that action at this time.
0 commit comments