From 46c15b9a696ce8de905e7437875a6f4495502c3b Mon Sep 17 00:00:00 2001 From: Mihai Alexandrescu Date: Wed, 16 Aug 2023 17:33:43 +0300 Subject: [PATCH] downgrade Go version to 1.19 for tests/e2e to be consistent with the other modules --- tests/e2e/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/go.mod b/tests/e2e/go.mod index 15cfc85e1..563cf7a10 100644 --- a/tests/e2e/go.mod +++ b/tests/e2e/go.mod @@ -1,6 +1,6 @@ module github.com/banzaicloud/koperator/tests/e2e -go 1.20 +go 1.19 require ( emperror.dev/errors v0.8.1