Skip to content

Commit

Permalink
Update go.mod to use 1.20 for compatiblity with ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcPaquette authored and ebroberson committed Mar 27, 2024
1 parent 4bf4955 commit 905f760
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 code.cloudfoundry.org/lager/v3

go 1.19
go 1.20

require (
github.com/onsi/ginkgo/v2 v2.13.2
Expand Down

0 comments on commit 905f760

Please sign in to comment.