From 7e89118761cf644ff7cc141d6727a471c2d61532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 13:00:56 +0000 Subject: [PATCH] Update actions/setup-go action to v6.4.0 --- .github/workflows/x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/x.yml b/.github/workflows/x.yml index 9be1e46..02efd50 100644 --- a/.github/workflows/x.yml +++ b/.github/workflows/x.yml @@ -18,7 +18,7 @@ jobs: - name: Fetch base ref for PR if: github.event_name == 'pull_request' run: git fetch origin ${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }} - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: 'go.mod' - name: Run tests