Skip to content

Commit f524f27

Browse files
committed
run go mod tidy before go releaser
1 parent 81cb409 commit f524f27

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
version: 2
44

5-
# Commented out because it's a security risk (https://go.dev/blog/supply-chain).
6-
# before:
7-
# hooks:
8-
# - go mod tidy
5+
before:
6+
hooks:
7+
- go mod tidy
98

109
builds:
1110
- env:

0 commit comments

Comments
 (0)