From e21f0791cd7e5d7fd13782c26e7cfb06fe013081 Mon Sep 17 00:00:00 2001 From: Alessandro Olivero Date: Mon, 11 Sep 2023 14:47:13 +0200 Subject: [PATCH] fix go version in go.mod see https://github.com/golang/go/issues/62278 and https://github.com/dependabot/dependabot-core/issues/7895 for details --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5244b0c486..03cfb19649 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/liqotech/liqo -go 1.21 +go 1.21.0 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible