fix: action go version

This commit is contained in:
Felipe M 2023-02-27 11:08:41 +01:00
parent 88dc46a886
commit 184178fe7b
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4