From 25461c555009c66859eec5fe79003121d0069c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 20:09:58 +0000 Subject: [PATCH] Bump actions/setup-go from 6.1.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4dc6199c7b1a012772edbd06daecab0f50c9053c...4a3601121dd01d1626a1e23e37211e3254c1c06c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tagpr.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tagpr.yaml b/.github/workflows/tagpr.yaml index 6db8d90..1411a7c 100644 --- a/.github/workflows/tagpr.yaml +++ b/.github/workflows/tagpr.yaml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ steps.tagpr.outputs.tag }} - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v4 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v4 if: ${{ steps.tagpr.outputs.tag != '' }} with: go-version: "1.21" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4ce93f4..a4a8db6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - 8000:8000 steps: - name: Set up Go - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v1 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v1 with: go-version: ${{ matrix.go }} id: go