Skip to content

Commit

Permalink
Bump on-demand-services-sdk minimum Go version to go1.23
Browse files Browse the repository at this point in the history
Forced by dependencies that have also bumped their minimum version to
go1.23
  • Loading branch information
abg committed Dec 4, 2024
1 parent aaaf914 commit f2a2095
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/pivotal-cf/on-demand-services-sdk

go 1.22.0
toolchain go1.23.2
go 1.23

toolchain go1.23.3

require (
github.com/go-playground/validator/v10 v10.23.0
Expand Down

0 comments on commit f2a2095

Please sign in to comment.