From 723ef1e7366ba2e21d070ae7784b101bb4491a7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 05:39:08 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v6.4.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9267ac1..aa289c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v6.2.0 + uses: actions/setup-go@v6.4.0 with: go-version-file: 'go.mod' cache: true