From 0aaee89060faaaa8f0b726e81759bc7f9bb245dc Mon Sep 17 00:00:00 2001 From: Ralph Schmieder Date: Fri, 14 Jun 2024 20:35:28 +0200 Subject: [PATCH] Update release.yml accidentally had v6 (non-existent) instead of v5 in the release action. --- .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 748b598..7258fcb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: with: # Allow goreleaser to access older tag information. fetch-depth: 0 - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v5 with: go-version: ${{ env.GO_VERSION }} # This uses an action (hashicorp/ghaction-import-gpg) that assumes you set your