Skip to content

Commit

Permalink
Update go.mod to clarify that Go v1.11 is supported
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
blgm committed Oct 17, 2019
1 parent 58f8b84 commit d4f19a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d4f19a6

Please sign in to comment.