From dbb302c417e495b83e19120237e0f87b03ff7cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 23:22:53 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6.1.0 to 6.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lint.yml b/.github/workflows/build-lint.yml index 7f0489ca9..09dc64d7d 100644 --- a/.github/workflows/build-lint.yml +++ b/.github/workflows/build-lint.yml @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Set up go - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.3.0 with: go-version: 1.25.x diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e120fd7a..44d013c98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: name: Release notes steps: - name: Set up go - uses: actions/setup-go@v6.1.0 + uses: actions/setup-go@v6.3.0 with: go-version: 1.25.x