Skip to content

Commit 09f971c

Browse files
author
AJ Bond
committed
fix(goreleaser): add go mod tidy before build
1 parent e0a6471 commit 09f971c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
project_name: kubectl-trace
2+
before:
3+
hooks:
4+
- go mod tidy
25
builds:
36
- id: "kubectl-trace"
47
goos:

0 commit comments

Comments
 (0)