From b4e105232e6b2df6575d000118f4cc2f0377bdba Mon Sep 17 00:00:00 2001 From: Saketh Kalaga <51327242+renormalize@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:35:53 +0530 Subject: [PATCH] Use `x.y.0` versions of the Go Toolchain only. (#925) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4f289d0ee..10cf8ce55 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gardener/etcd-druid -go 1.23.3 +go 1.23.0 require ( github.com/gardener/etcd-backup-restore v0.31.1