From 1b98629b2c5f99f7d71e88cc8580bdff5320cc87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:39:06 -0700 Subject: [PATCH] Bump actions/setup-go from 5 to 6 (#12880) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/unitcoverage.yaml | 2 +- .github/workflows/updatecli.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unitcoverage.yaml b/.github/workflows/unitcoverage.yaml index e5a16de0e37..72338dc0e1e 100644 --- a/.github/workflows/unitcoverage.yaml +++ b/.github/workflows/unitcoverage.yaml @@ -63,7 +63,7 @@ jobs: with: fetch-depth: 1 - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: cache: false - name: Run Unit Tests diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 44304e2f0bf..bcc879fba16 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v5 - name: Install Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 'stable' cache: false