Skip to content

Commit 0e008cc

Browse files
committed
updated to have compatibility with 1.17 golang
1 parent 934d0af commit 0e008cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
before:
44
hooks:
55
# You may remove this if you don't use go modules.
6-
- go mod tidy
6+
- go mod tidy -compat=1.17
77
# you may remove this if you don't need go generate
88
- go generate ./...
99
builds:

0 commit comments

Comments
 (0)