From 46fc04cf2bd5212bfdb269034e6253e0d5cb4927 Mon Sep 17 00:00:00 2001 From: gene-redpanda <123959009+gene-redpanda@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:46:28 -0600 Subject: [PATCH] fix: reduce version --- modules/redpanda/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/redpanda/go.mod b/modules/redpanda/go.mod index 3194f73c354..bcf18216a5a 100644 --- a/modules/redpanda/go.mod +++ b/modules/redpanda/go.mod @@ -1,6 +1,6 @@ module github.com/testcontainers/testcontainers-go/modules/redpanda -go 1.21 +go 1.20 require ( github.com/docker/go-connections v0.5.0