From be8d33aefde2f778233fbcf8518a41dce67e0cab Mon Sep 17 00:00:00 2001 From: Fernando Naranjo Date: Fri, 9 Feb 2024 14:55:29 +0100 Subject: [PATCH] chore: specify go 1.22.0 in go.mod Related PRs: - https://github.com/pivotal/cloud-service-broker-ci/pull/795 - https://github.com/cloudfoundry/cloud-service-broker/pull/947 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d66758204..216427c98 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudfoundry/cloud-service-broker -go 1.22 +go 1.22.0 require ( code.cloudfoundry.org/credhub-cli v0.0.0-20220620130410-645eee56ecdb