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 13
13
# limitations under the License.
14
14
15
15
# Support FROM override
16
- ARG BUILD_IMAGE=docker.io/golang:1.23.3 @sha256:d56c3e08fe5b27729ee3834854ae8f7015af48fd651cd25d1e3bcf3c19830174
16
+ ARG BUILD_IMAGE=docker.io/golang:1.23.4 @sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041
17
17
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
18
18
19
19
# 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
20
20
21
21
.DEFAULT_GOAL: =help
22
22
23
- GO_VERSION ?= 1.23.3
23
+ GO_VERSION ?= 1.23.4
24
24
# Use GOPROXY environment variable if set
25
25
GOPROXY := $(shell go env GOPROXY)
26
26
ifeq ($(GOPROXY ) ,)
You can’t perform that action at this time.
0 commit comments