File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
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.22.6 @sha256:d5e49f92b9566b0ddfc59a0d9d85cd8a848e88c8dc40d97e29f306f07c3f8338
16+ ARG BUILD_IMAGE=docker.io/golang:1.22.7 @sha256:192683db8982323952988c7b86c098ee7ecc6cbeb202bf7c113ff9be5358367c
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.22.6
23+ GO_VERSION ?= 1.22.7
2424# Use GOPROXY environment variable if set
2525GOPROXY := $(shell go env GOPROXY)
2626ifeq ($(GOPROXY ) ,)
You can’t perform that action at this time.
0 commit comments