Only compat go 1.17 in go mod tidy

This commit is contained in:
Kristoffer Dalby 2022-01-30 08:55:41 +00:00
parent d8ce440309
commit 4e63bba4fe

View file

@ -2,7 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com
before:
hooks:
- go mod tidy
- go mod tidy -compat=1.17
release:
prerelease: auto