From e2c1c365b8b8b288134018cfb32d453178cd2bf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:54:37 +0000 Subject: [PATCH] chore(deps): update shared components packages to v1.26.4 --- .github/workflows/build_and_validate.yaml | 2 +- .github/workflows/generate.yaml | 2 +- .github/workflows/update_openapi.yaml | 2 +- accountmgmt/go.mod | 2 +- auth/go.mod | 2 +- connectormgmt/go.mod | 2 +- go.mod | 2 +- kafkainstance/go.mod | 2 +- kafkamgmt/go.mod | 2 +- registryinstance/go.mod | 2 +- registrymgmt/go.mod | 2 +- serviceaccountmgmt/go.mod | 2 +- smarteventsmgmt/go.mod | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build_and_validate.yaml b/.github/workflows/build_and_validate.yaml index ca647ea9..b407ca54 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@v6.4.0 with: - go-version: 1.26.3 + go-version: 1.26.4 - name: Check Go modules match source code run: ./scripts/go-mod-check.sh - name: golangci-lint diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index b4775a2d..71d4ea6c 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/setup-go@v6.4.0 with: - go-version: 1.26.3 + go-version: 1.26.4 - name: Checkout uses: actions/checkout@v6.0.3 - name: Generate API clients diff --git a/.github/workflows/update_openapi.yaml b/.github/workflows/update_openapi.yaml index 842b1f58..c8d00664 100644 --- a/.github/workflows/update_openapi.yaml +++ b/.github/workflows/update_openapi.yaml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/setup-go@v6.4.0 with: - go-version: 1.26.3 + go-version: 1.26.4 - name: Checkout uses: actions/checkout@v6.0.3 - name: Fetch OpenAPI doc diff --git a/accountmgmt/go.mod b/accountmgmt/go.mod index a73b2e6e..97b1c391 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/auth/go.mod b/auth/go.mod index b22c7c72..29e26a2f 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require golang.org/x/oauth2 v0.36.0 diff --git a/connectormgmt/go.mod b/connectormgmt/go.mod index 983618f8..fcb3687d 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/go.mod b/go.mod index 628dc84b..10912907 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,6 @@ module github.com/redhat-developer/app-services-sdk-go go 1.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require golang.org/x/oauth2 v0.36.0 diff --git a/kafkainstance/go.mod b/kafkainstance/go.mod index c5049443..e6974c61 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/kafkamgmt/go.mod b/kafkamgmt/go.mod index d08bf666..fec265ff 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/registryinstance/go.mod b/registryinstance/go.mod index 31e5dbba..f412ef8a 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/registrymgmt/go.mod b/registrymgmt/go.mod index a80edfb8..758e1ee1 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/serviceaccountmgmt/go.mod b/serviceaccountmgmt/go.mod index f6dfc4e2..84cc03ff 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0 diff --git a/smarteventsmgmt/go.mod b/smarteventsmgmt/go.mod index b448eff4..764c6d64 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.25.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/redhat-developer/app-services-sdk-go v0.14.0