From 138ae13445e95f9497b00bf89b02524f1a9be873 Mon Sep 17 00:00:00 2001 From: Sam Gunaratne Date: Mon, 8 Jul 2024 11:26:17 -0600 Subject: [PATCH] Add explicit go version Since go 1.21 there should be a specific version See comment here https://github.com/golang/go/issues/62278#issuecomment-1693538776 and https://github.com/golang/go/issues/62278#issuecomment-1698829945 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c8432600d9e..f613e8feffe 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module code.cloudfoundry.org/cli -go 1.22 +go 1.22.0 require ( code.cloudfoundry.org/bytefmt v0.0.0-20230612151507-41ef4d1f67a4