fix: use go.mod go version in release

This commit is contained in:
Felipe M. 2024-01-01 21:26:56 +01:00
parent 30ddff7ebb
commit e41ef10666
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 1 additions and 1 deletions

View File

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