From 31e24de2bac32b6a06c80a54766c7c60d1edc723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 03:47:55 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/control-plane.yaml | 2 +- .github/workflows/github-bot.yaml | 2 +- .github/workflows/secret-proxy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/control-plane.yaml b/.github/workflows/control-plane.yaml index eb8ee73..970135b 100644 --- a/.github/workflows/control-plane.yaml +++ b/.github/workflows/control-plane.yaml @@ -32,7 +32,7 @@ jobs: # --- Test --- - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: services/control-plane/go.mod cache-dependency-path: services/control-plane/go.sum diff --git a/.github/workflows/github-bot.yaml b/.github/workflows/github-bot.yaml index 7419d00..f2d4ff8 100644 --- a/.github/workflows/github-bot.yaml +++ b/.github/workflows/github-bot.yaml @@ -34,7 +34,7 @@ jobs: # --- Test --- - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: services/github-bot/go.mod cache-dependency-path: services/github-bot/go.sum diff --git a/.github/workflows/secret-proxy.yaml b/.github/workflows/secret-proxy.yaml index c8ed2dc..d780fe3 100644 --- a/.github/workflows/secret-proxy.yaml +++ b/.github/workflows/secret-proxy.yaml @@ -32,7 +32,7 @@ jobs: # --- Test --- - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: services/secret-proxy/go.mod cache-dependency-path: services/secret-proxy/go.sum