Locally installed version of goreleaser does not always match the one used in the CI pipeline.
That discrepancy causes some back and forth fixing because of the changes that happen over new versions.
Support for version file across action is becoming more widespread, such as the go-version-file from actions/setup-go or the version-file input in golangci-lint-action.
Support for asdf tools-version file would be a nice feature to this action.
Locally installed version of goreleaser does not always match the one used in the CI pipeline.
That discrepancy causes some back and forth fixing because of the changes that happen over new versions.
Support for version file across action is becoming more widespread, such as the
go-version-filefromactions/setup-goor theversion-fileinput in golangci-lint-action.Support for asdf tools-version file would be a nice feature to this action.