Skip to content

Commit d03da55

Browse files
Merge pull request #1455 from Nordix/bump-go-release
🌱Bump golang version to 1.20.11
2 parents 001ea90 + 86b67ac commit d03da55

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.10@sha256:098d628490c97d4419ed44a23d893f37b764f3bea06e0827183e8af4120e19be
2+
ARG BUILD_IMAGE=docker.io/golang:1.20.11@sha256:77e4e426190723821471a946a4bdad2d75d9af8209b2841f26744fe766e88444
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.10
5+
GO_VERSION ?= 1.20.11
66

77
# CRD Generation Options
88
#

0 commit comments

Comments
 (0)