summaryrefslogtreecommitdiffstats
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorCasey Lee <cplee@nektos.com>2019-01-23 20:51:22 +0100
committerGitHub <noreply@github.com>2019-01-23 20:51:22 +0100
commit320e9b60576739f791e301b47517d5b064f0b3d5 (patch)
treeca5198748ed53fcb0691bf761a4a1758aad43165 /.goreleaser.yml
parentbump goreleaser version (diff)
downloadforgejo-act-320e9b60576739f791e301b47517d5b064f0b3d5.tar.xz
forgejo-act-320e9b60576739f791e301b47517d5b064f0b3d5.zip
fail on error (#20)
ci-via-github-actions
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index ba7837a..d1ba517 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -1,9 +1,7 @@
-before:
- hooks:
- - go mod download
builds:
- env:
- CGO_ENABLED=0
+ - GOFLAGS=-mod=vendor
goos:
- darwin
- linux