Skip to content

Commit

Permalink
Bump minimum go version to go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlong committed Sep 3, 2024
1 parent 413d556 commit 46bddee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/cloudfoundry/cf-test-helpers/v2

go 1.21
toolchain go1.22.5
go 1.22

toolchain go1.22.6

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

0 comments on commit 46bddee

Please sign in to comment.