Skip to content

Commit 9fedabe

Browse files
Merge pull request #2968 from metal3-io-bot/cherry-pick-2967-to-release-0.11
🌱Bump golang version to 1.24.13
2 parents 448b20d + 3ff83b5 commit 9fedabe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.12@sha256:3cf75037b466628dd35fe88065e475463bd5083075ff0a8962cbfb4327423ee3
2+
ARG BUILD_IMAGE=docker.io/golang:1.24.13@sha256:c29cdf32d47053ab0d914852d9c2ed2da12b3cf13079aaef1704ef21335e68a3
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.12
7+
GO_VERSION ?= 1.24.13
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.12
5+
MINIMUM_GO_VERSION=go1.24.13
66

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

0 commit comments

Comments
 (0)