Skip to content

Commit 070d0e9

Browse files
Merge pull request #2671 from Nordix/bump/golang-Dockerfile
🌱 Bump golang to v1.24.7
2 parents 34fc49f + 74d455c commit 070d0e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Support FROM override
2-
ARG BUILD_IMAGE=docker.io/golang:1.24.6@sha256:2c89c41fb9efc3807029b59af69645867cfe978d2b877d475be0d72f6c6ce6f6
2+
ARG BUILD_IMAGE=docker.io/golang:1.24.7@sha256:5e9d14d681c3224276f0c8e318525ef6fc96b47fbcbb89f8bec0e402e18ea8bf
33
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
44

55
# Build the manager binary

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GO_TEST_FLAGS = $(TEST_FLAGS)
44
DEBUG = --debug
55
COVER_PROFILE = cover.out
66
GO := $(shell type -P go)
7-
GO_VERSION ?= 1.24.6
7+
GO_VERSION ?= 1.24.7
88

99
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
1010

hack/e2e/ensure_go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eux
44

5-
MINIMUM_GO_VERSION=go1.24.6
5+
MINIMUM_GO_VERSION=go1.24.7
66

77
# Ensure the go tool exists and is a viable version, or installs it
88
verify_go_version()

0 commit comments

Comments
 (0)