mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 08:53:05 +00:00
Only compat go 1.17 in go mod tidy
This commit is contained in:
parent
d8ce440309
commit
4e63bba4fe
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Make sure to check the documentation at http://goreleaser.com
|
# Make sure to check the documentation at http://goreleaser.com
|
||||||
before:
|
before:
|
||||||
hooks:
|
hooks:
|
||||||
- go mod tidy
|
- go mod tidy -compat=1.17
|
||||||
|
|
||||||
release:
|
release:
|
||||||
prerelease: auto
|
prerelease: auto
|
||||||
|
|
Loading…
Reference in a new issue