Skip to content

Commit 038f542

Browse files
go mod tidy -compat=1.17
1 parent 983e175 commit 038f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ release:
1313
before:
1414
hooks:
1515
# you may remove this if you don't use vgo
16-
- go mod tidy
16+
- go mod tidy -compat=1.17
1717

1818
builds:
1919
-

0 commit comments

Comments
 (0)