From e17a8321d33a55954cc76967477f3bfc7effcae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 22:02:09 +0000 Subject: [PATCH] chore: bump actions/setup-go from 6.0.0 to 6.1.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/44694675825211faa026b3c33043df3e48a5fa00...4dc6199c7b1a012772edbd06daecab0f50c9053c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/package.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a53da249..ff068917 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest permissions: {} steps: - - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 + - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c with: go-version: ^1.25.0 - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44aa0a17..242e50b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: name: Setup .NET with: dotnet-version: 9.0.x - - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 + - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c name: Setup Go with: go-version: ^1.25.0 @@ -211,7 +211,7 @@ jobs: - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 with: node-version: 24.x - - uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 + - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c with: go-version: ^1.25.0 - name: Download build artifacts