From f2a20958191f293d91bd372fa0528f697c124be2 Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Wed, 4 Dec 2024 14:57:22 -0600 Subject: [PATCH] Bump on-demand-services-sdk minimum Go version to go1.23 Forced by dependencies that have also bumped their minimum version to go1.23 --- go.mod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8624c27..ffd6408 100644 --- a/go.mod +++ b/go.mod @@ -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