Skip to content

Commit ae98c0b

Browse files
Merge pull request #1635 from metal3-io-bot/cherry-pick-1633-to-release-0.4
🌱 bump golang to 1.21.8
2 parents d75e18c + e098d7e commit ae98c0b

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.21.7@sha256:549dd88a1a53715f177b41ab5fee25f7a376a6bb5322ac7abe263480d9554021
2+
ARG BUILD_IMAGE=docker.io/golang:1.21.8@sha256:856073656d1a517517792e6cdd2f7a5ef080d3ca2dff33e518c8412f140fdd2d
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
@@ -2,7 +2,7 @@ RUN_NAMESPACE = metal3
22
GO_TEST_FLAGS = $(TEST_FLAGS)
33
DEBUG = --debug
44
COVER_PROFILE = cover.out
5-
GO_VERSION ?= 1.21.7
5+
GO_VERSION ?= 1.21.8
66

77
# CRD Generation Options
88
#

0 commit comments

Comments
 (0)