From 944d5c5e61cec3e47a7c594ac48605a22714c17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:06:29 +0500 Subject: [PATCH] Bump actions/setup-go from 4 to 5 (#49) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 98c834a..3bdc5eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - name: Run setup Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.23 - name: Run GoReleaser