From 66b49da31f8e4a857474b3237f1c52dd30489a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:39:30 +0000 Subject: [PATCH] chore(deps): Bump actions/setup-go from 5.1.0 to 6.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5.1.0...4dc6199c7b1a012772edbd06daecab0f50c9053c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chatops_cherrypick_v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chatops_cherrypick_v2.yaml b/.github/workflows/chatops_cherrypick_v2.yaml index 2b362ac..e167567 100644 --- a/.github/workflows/chatops_cherrypick_v2.yaml +++ b/.github/workflows/chatops_cherrypick_v2.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v6.0.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.0.0 with: go-version-file: go.mod cache: true