Skip to content

Commit bf2d26e

Browse files
committed
Update .goreleaser.yaml
1 parent bef10cd commit bf2d26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

goreleaser/.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
before:
44
hooks:
55
# You may remove this if you don't use go modules.
6-
- go mod tidy
6+
# - go mod tidy
77
# you may remove this if you don't need go generate
8-
- go generate ./...
8+
# - go generate ./...
99
builds:
1010
- env:
1111
- CGO_ENABLED=0

0 commit comments

Comments
 (0)