Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 22b9b6e

Browse files
Remove calls to unused hooks
1 parent 080f7c0 commit 22b9b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This is an example .goreleaser.yml file with some sensible defaults.
22
# Make sure to check the documentation at https://goreleaser.com
3-
before:
4-
hooks:
3+
#before:
4+
# 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)