Skip to content

Commit eea41f4

Browse files
Merge pull request #1759 from Nordix/mquhuy/bump-capi-and-go
🌱 Bump CAPI to v1.6.5 and golang to 1.21.10
2 parents 6f0db54 + 983445a commit eea41f4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Dockerfile

+1-1
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.9@sha256:7d0dcbe5807b1ad7272a598fbf9d7af15b5e2bed4fd6c4c2b5b3684df0b317dd
2+
ARG BUILD_IMAGE=docker.io/golang:1.21.10@sha256:16438a8e66c0c984f732e815ee5b7d715b8e33e81bac6d6a3750b1067744e7ca
33
ARG BASE_IMAGE=gcr.io/distroless/static:nonroot@sha256:9ecc53c269509f63c69a266168e4a687c7eb8c0cfd753bd8bfcaa4f58a90876f
44

55
# Build the manager binary

Makefile

+1-1
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.9
5+
GO_VERSION ?= 1.21.10
66

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

hack/e2e/ensure_go.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eux
44

5-
MINIMUM_GO_VERSION=go1.21.9
5+
MINIMUM_GO_VERSION=go1.21.10
66

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

test/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
k8s.io/apimachinery v0.29.3
1616
k8s.io/klog/v2 v2.110.1
1717
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
18-
sigs.k8s.io/cluster-api v1.6.4
19-
sigs.k8s.io/cluster-api/test v1.6.4
18+
sigs.k8s.io/cluster-api v1.6.5
19+
sigs.k8s.io/cluster-api/test v1.6.5
2020
sigs.k8s.io/controller-runtime v0.16.5
2121
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3
2222
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3

test/go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -820,10 +820,10 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
820820
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
821821
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 h1:TgtAeesdhpm2SGwkQasmbeqDo8th5wOBA5h/AjTKA4I=
822822
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0/go.mod h1:VHVDI/KrK4fjnV61bE2g3sA7tiETLn8sooImelsCx3Y=
823-
sigs.k8s.io/cluster-api v1.6.4 h1:O3J+Dm/wBMAQSyTtdkEPcWbv4KyY4yqv8Q8g6pJVefM=
824-
sigs.k8s.io/cluster-api v1.6.4/go.mod h1:az1S/g/6umDjmh3ZWpjJWm23peUZOqEt3vv2FuOIZ3s=
825-
sigs.k8s.io/cluster-api/test v1.6.4 h1:eNs1FtKEQqWKxBB19/cQ/1IAgb4nHT0qbh0w7T9yqZ4=
826-
sigs.k8s.io/cluster-api/test v1.6.4/go.mod h1:QimdqQoykUpYpUKkpIabhj8R34wAzw7akMwlCc65xeA=
823+
sigs.k8s.io/cluster-api v1.6.5 h1:9M5uDy+kih9xltpayWbVGEiATMJIdOqe1ejzt6IQ6IA=
824+
sigs.k8s.io/cluster-api v1.6.5/go.mod h1:az1S/g/6umDjmh3ZWpjJWm23peUZOqEt3vv2FuOIZ3s=
825+
sigs.k8s.io/cluster-api/test v1.6.5 h1:kId67PyHbg/ffqTfFI0aVxaJ1DBON+l32d1GpmMNW/o=
826+
sigs.k8s.io/cluster-api/test v1.6.5/go.mod h1:QimdqQoykUpYpUKkpIabhj8R34wAzw7akMwlCc65xeA=
827827
sigs.k8s.io/controller-runtime v0.16.5 h1:yr1cEJbX08xsTW6XEIzT13KHHmIyX8Umvme2cULvFZw=
828828
sigs.k8s.io/controller-runtime v0.16.5/go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0=
829829
sigs.k8s.io/gateway-api v0.5.0 h1:ze+k9fJqvmL8s1t3e4q1ST8RnN+f09dEv+gfacahlAE=

0 commit comments

Comments
 (0)