Skip to content

Commit c8345da

Browse files
author
Keith Monihen
authored
Merge pull request #28 from MikeSchapp/master
Added Go Mod fix to goreleaser.yml
2 parents b7acd55 + b723cb4 commit c8345da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# This is an example goreleaser.yaml file with some sane defaults.
22
# Make sure to check the documentation at http://goreleaser.com
3+
before:
4+
hooks:
5+
- go mod download
36
builds:
47
- main: ./cli
58
env:

0 commit comments

Comments
 (0)