Skip to content

Commit a675d2d

Browse files
committed
Bump Go to v1.21.7
Signed-off-by: Sunnatillo <sunnat.samadov@est.tech>
1 parent 61a5e39 commit a675d2d

2 files changed

Lines changed: 2 additions & 2 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.20.14@sha256:8f9af7094d0cb27cc783c697ac5ba25efdc4da35f8526db21f7aebb0b0b4f18a
2+
ARG BUILD_IMAGE=docker.io/golang:1.21.7@sha256:549dd88a1a53715f177b41ab5fee25f7a376a6bb5322ac7abe263480d9554021
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.20.14
5+
GO_VERSION ?= 1.21.7
66

77
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
88

0 commit comments

Comments
 (0)