From 654e9d4a60206a7c90997575548d5fdc0d8c632a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 06:42:50 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.26 --- .github/workflows/internal_tests.yaml | 2 +- .github/workflows/planner_integration.yaml | 2 +- .github/workflows/webhook_gateway_integration.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/internal_tests.yaml b/.github/workflows/internal_tests.yaml index efa9e877..5e5e337f 100644 --- a/.github/workflows/internal_tests.yaml +++ b/.github/workflows/internal_tests.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.25 + go-version: 1.26 - name: Ensure No Formatting Changes run: | diff --git a/.github/workflows/planner_integration.yaml b/.github/workflows/planner_integration.yaml index a62716a2..9515379a 100644 --- a/.github/workflows/planner_integration.yaml +++ b/.github/workflows/planner_integration.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.25 + go-version: 1.26 - name: Wait for rabbitmq run: | diff --git a/.github/workflows/webhook_gateway_integration.yaml b/.github/workflows/webhook_gateway_integration.yaml index 64374bee..fcfe9968 100644 --- a/.github/workflows/webhook_gateway_integration.yaml +++ b/.github/workflows/webhook_gateway_integration.yaml @@ -37,7 +37,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.25 + go-version: 1.26 - name: Wait for rabbitmq run: |