Skip to content

Commit 40961b5

Browse files
committed
trying to get goreleaser to work with modules
1 parent bbb2e4f commit 40961b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
before:
22
hooks:
33
- go mod download
4+
- go get ./...
45
builds:
56
-
67
main: ./cmd/prom-isi-exporter.go

0 commit comments

Comments
 (0)