fix: tried to modify setup command of packr2 to avoid go.{mod,sum} manipulation
This commit is contained in:
parent
fb32d95541
commit
02851fb477
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue