From 6edcf9cb43982a920ac3261817299af57a42ff0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:21:18 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.5.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integration-ai-gateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-ai-gateway.yaml b/.github/workflows/integration-ai-gateway.yaml index 5ae12e156..fb1045e38 100644 --- a/.github/workflows/integration-ai-gateway.yaml +++ b/.github/workflows/integration-ai-gateway.yaml @@ -35,7 +35,7 @@ jobs: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod - name: Login to Docker Hub