Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
accidentally had v6 (non-existent) instead of v5 in the release action.
  • Loading branch information
rschmied authored Jun 14, 2024
1 parent b0454f3 commit 0aaee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aaee89

Please sign in to comment.