From 325bf79a97918f0c955acdc7f536b28fc1298070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:48:03 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/setup-go=20acti?= =?UTF-8?q?on=20(v6.1.0=20=E2=86=92=20v6.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go-build/action.yml | 2 +- go-lint/action.yml | 2 +- pr-lint/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go-build/action.yml b/go-build/action.yml index 42b48c4..06a3198 100644 --- a/go-build/action.yml +++ b/go-build/action.yml @@ -159,7 +159,7 @@ runs: echo "Final detected Go version: $detected_version" >&2 - name: Setup Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ steps.detect-go-version.outputs.detected-version }} cache: true diff --git a/go-lint/action.yml b/go-lint/action.yml index 49bddc6..390bbc8 100644 --- a/go-lint/action.yml +++ b/go-lint/action.yml @@ -205,7 +205,7 @@ runs: validate_linter_list "$DISABLE_LINTERS" "disable-linters" - name: Setup Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ inputs.go-version }} cache: true diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 123b324..4f8f463 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -621,7 +621,7 @@ runs: - name: Setup Go if: steps.detect-go.outputs.found == 'true' - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: go-version: ${{ steps.go-version.outputs.detected-version }} cache: true