Skip to content

Commit 68912db

Browse files
Merge pull request #511 from metal3-io-bot/cherry-pick-508-to-release-0.6
🌱Bump golang version to 1.24.12
2 parents cc2a3e1 + 4fe4f17 commit 68912db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11@sha256:cf1272dbf972a94f39a81dcb9dc243a8d2f981e5dd3b5a5c965f6d9ab9268b26
2+
ARG BUILD_IMAGE=docker.io/golang:1.24.12@sha256:3cf75037b466628dd35fe88065e475463bd5083075ff0a8962cbfb4327423ee3
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
@@ -5,7 +5,7 @@ SHELL = /usr/bin/env bash -o pipefail
55

66
.DEFAULT_GOAL:=help
77

8-
GO_VERSION ?= 1.24.11
8+
GO_VERSION ?= 1.24.12
99
GO := $(shell type -P go)
1010
# Use GOPROXY environment variable if set
1111
GOPROXY := $(shell $(GO) env GOPROXY)

0 commit comments

Comments
 (0)