From 6c49b69e545517e06370df92bc8ebf3392cde214 Mon Sep 17 00:00:00 2001 From: Tony Pujals Date: Wed, 28 Aug 2024 11:42:08 -0700 Subject: [PATCH] fix: invalid go version '1.21.0' --- opentelemetry/instrumentation/app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry/instrumentation/app/go.mod b/opentelemetry/instrumentation/app/go.mod index 882ae1403b..90282e6043 100644 --- a/opentelemetry/instrumentation/app/go.mod +++ b/opentelemetry/instrumentation/app/go.mod @@ -1,6 +1,6 @@ module github.com/GoogleCloudPlatform/golang-samples/opentelemetry/instrumentation/app -go 1.21.0 +go 1.21 require ( github.com/GoogleCloudPlatform/golang-samples v0.0.0-20240724083556-7f760db013b7