From 05ccf3b4673fdbb77e59e2bbf5b591b3caedfdf1 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 9 May 2025 00:34:13 +0200 Subject: [PATCH] chore(deps): bump actions/setup-go from 5.4.0 to 5.5.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 abeb327..0608b20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 + - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 with: go-version-file: 'go.mod' cache: true