From 335cc94f96e1c4146b3721b059b58ffd1eb829db Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 15 Feb 2024 10:15:07 -0500 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=A8=20Bump=20Go=20to=201.22.0"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- go.mod | 2 +- hack/tools/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9cfb9287cf..2cffa6bbed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.22.0 as builder +FROM golang:1.21.6 as builder WORKDIR /workspace # Run this with docker build --build_arg goproxy=$(go env GOPROXY) to override the goproxy diff --git a/go.mod b/go.mod index 565999d219..4c59f8ec77 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/cluster-api-provider-openstack -go 1.22 +go 1.21 require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc diff --git a/hack/tools/go.mod b/hack/tools/go.mod index 79cbbebe17..95ddc1f19b 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -1,6 +1,6 @@ module sigs.k8s.io/cluster-api-provider-openstack/hack/tools -go 1.22 +go 1.21 require ( github.com/a8m/envsubst v1.2.0