From be9beec0b4c97515d6de326ce58be31b75adaa50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 12:23:55 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 5.5.0 to 6.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.5.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/d35c59abb061a4a6fb18e82ac0862c26744d6ab5...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/pr-main.yaml | 6 +++--- .github/workflows/pr-pre-commit.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-main.yaml b/.github/workflows/pr-main.yaml index 09e2c0c..12a3947 100644 --- a/.github/workflows/pr-main.yaml +++ b/.github/workflows/pr-main.yaml @@ -26,7 +26,7 @@ jobs: run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV" - name: Setup golang - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version-file: go.mod @@ -90,7 +90,7 @@ jobs: run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV" - name: Setup golang - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version-file: go.mod @@ -140,7 +140,7 @@ jobs: fetch-depth: 0 - name: Setup golang - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version-file: go.mod diff --git a/.github/workflows/pr-pre-commit.yaml b/.github/workflows/pr-pre-commit.yaml index ca8234a..2f301f4 100644 --- a/.github/workflows/pr-pre-commit.yaml +++ b/.github/workflows/pr-pre-commit.yaml @@ -24,7 +24,7 @@ jobs: run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV" - name: Setup golang - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: go-version-file: go.mod