From 7c2030691d8720123ad688c11c1e3247cd00f592 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 17 Jun 2024 16:38:32 -0400 Subject: [PATCH] Update Go version must be a concrete installable version As per https://github.com/golang/go/issues/62278 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 203e0babf..b5cb7fc89 100644 --- a/go.mod +++ b/go.mod @@ -123,6 +123,6 @@ require ( google.golang.org/protobuf v1.33.0 // indirect ) -go 1.21 +go 1.21.0 retract v0.5.0 // v0.5.0 of the SDK was broken because of the replace statement for go-cty