Skip to content

Commit 1909275

Browse files
authored
Merge pull request #631 from SumoLogic/dagould-SUMO-236305-4
SUMO-236305 change hook to go mod tidy -compat=1.17
2 parents 787d7b6 + 46128c9 commit 1909275

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
@@ -2,7 +2,7 @@
22
# behavior.
33
before:
44
hooks:
5-
- go mod tidy
5+
- go mod tidy -compat=1.17
66
builds:
77
- env:
88
- CGO_ENABLED=0

0 commit comments

Comments
 (0)