fix: tried to modify setup command of packr2 to avoid go.{mod,sum} manipulation

This commit is contained in:
Peter 2019-05-16 10:04:52 +02:00
parent fb32d95541
commit 02851fb477
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9

View file

@ -5,7 +5,7 @@ before:
- ./download_revealjs.sh
- go mod download
- go build -v ./...
- go get -u github.com/gobuffalo/packr/v2/packr2
- GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
- packr2
builds:
- main: ./cmd/goveal/main.go