Skip to content

Commit 632ddd9

Browse files
Merge pull request #913 from Nordix/tuomo/bump-golang-1.23.7
🌱 bump golang to 1.23.7
2 parents 0bcdc6d + dd5bfbf commit 632ddd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# Support FROM override
16-
ARG BUILD_IMAGE=docker.io/golang:1.23.6@sha256:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959
16+
ARG BUILD_IMAGE=docker.io/golang:1.23.7@sha256:1acb493b9f9dfdfe705042ce09e8ded908ce4fb342405ecf3ca61ce7f3b168c7
1717
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
1818

1919
# Build the manager binary on golang image

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SHELL:=/usr/bin/env bash
2020

2121
.DEFAULT_GOAL:=help
2222

23-
GO_VERSION ?= 1.23.6
23+
GO_VERSION ?= 1.23.7
2424
# Use GOPROXY environment variable if set
2525
GOPROXY := $(shell go env GOPROXY)
2626
ifeq ($(GOPROXY),)

0 commit comments

Comments
 (0)