Skip to content

Commit

Permalink
chore: change minimum supported version
Browse files Browse the repository at this point in the history
Since we want to convey that this version is compatible with go 1.20 & 1.21, it makes sense to specify go 1.20 in go.mod instead of go 1.21
  • Loading branch information
fnaranjo-vmw authored Oct 10, 2023
1 parent 4ab931d commit 53f7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pivotal-cf/brokerapi/v10

go 1.21
go 1.20

require (
code.cloudfoundry.org/lager/v3 v3.0.2
Expand Down

0 comments on commit 53f7669

Please sign in to comment.