diff --git a/.github/workflows/build_and_validate.yaml b/.github/workflows/build_and_validate.yaml index eae377af..1a9ad7e5 100644 --- a/.github/workflows/build_and_validate.yaml +++ b/.github/workflows/build_and_validate.yaml @@ -38,7 +38,7 @@ jobs: - name: Install Go uses: actions/setup-go@v5 with: - go-version: 1.24.5 + go-version: 1.24.6 - name: Check Go modules match source code run: ./scripts/go-mod-check.sh - name: golangci-lint diff --git a/accountmgmt/go.mod b/accountmgmt/go.mod index 030c5b62..3cfbe498 100644 --- a/accountmgmt/go.mod +++ b/accountmgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/accountmgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/auth/go.mod b/auth/go.mod index 685f727d..a4ca5891 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go/auth go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require golang.org/x/oauth2 v0.30.0 diff --git a/connectormgmt/go.mod b/connectormgmt/go.mod index 9c57356b..c2f94f9b 100644 --- a/connectormgmt/go.mod +++ b/connectormgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/connectormgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/go.mod b/go.mod index 23120314..df9a5e9a 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require golang.org/x/oauth2 v0.30.0 diff --git a/kafkainstance/go.mod b/kafkainstance/go.mod index 2ddc3d9a..c83cb0fb 100644 --- a/kafkainstance/go.mod +++ b/kafkainstance/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkainstance go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/kafkamgmt/go.mod b/kafkamgmt/go.mod index c9586eec..e7206e5c 100644 --- a/kafkamgmt/go.mod +++ b/kafkamgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/kafkamgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/registryinstance/go.mod b/registryinstance/go.mod index 2ecc3c50..3d58255d 100644 --- a/registryinstance/go.mod +++ b/registryinstance/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registryinstance go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/registrymgmt/go.mod b/registrymgmt/go.mod index ad409189..573c76be 100644 --- a/registrymgmt/go.mod +++ b/registrymgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/registrymgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/serviceaccountmgmt/go.mod b/serviceaccountmgmt/go.mod index 00532b89..35633844 100644 --- a/serviceaccountmgmt/go.mod +++ b/serviceaccountmgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/serviceaccountmgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/smarteventsmgmt/go.mod b/smarteventsmgmt/go.mod index 137917f2..497e4ece 100644 --- a/smarteventsmgmt/go.mod +++ b/smarteventsmgmt/go.mod @@ -2,7 +2,7 @@ module github.com/redhat-developer/app-services-sdk-go/smarteventsmgmt go 1.23.0 -toolchain go1.24.5 +toolchain go1.24.6 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0