From d4f19a60e475df194183a5cbb4bc59447cb1e02a Mon Sep 17 00:00:00 2001 From: George Blue Date: Thu, 17 Oct 2019 12:11:03 +0100 Subject: [PATCH] Update go.mod to clarify that Go v1.11 is supported Since Go v1.12, the Go version has been added to the go.mod file to indicate a minimum Go version. Since we support Go 1.11, we should not have a line specifying that the minimum version is Go 1.12. --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index a94935fa..cfa3db8c 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,5 @@ module github.com/pivotal-cf/brokerapi -go 1.12 - require ( code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be github.com/drewolson/testflight v1.0.0