Skip to content

Commit

Permalink
chore: use Go 1.24 tool for staticcheck and goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
blgm committed Feb 14, 2025
1 parent aee2cd6 commit cce16e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cloudfoundry/cloud-service-broker/v2

go 1.23.6
go 1.24.0

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20250127140616-09d802d47c27
Expand Down Expand Up @@ -138,5 +138,3 @@ tool (
golang.org/x/tools/cmd/goimports
honnef.co/go/tools/cmd/staticcheck
)

tool github.com/onsi/ginkgo/v2/ginkgo

0 comments on commit cce16e3

Please sign in to comment.