ci: cache downloaded go modules

This commit is contained in:
Aurélien Rainone 2019-11-07 10:08:59 +01:00
parent 9fbf088b0a
commit 704dbffbd7

View file

@ -3,6 +3,10 @@ language: go
go:
- "1.13.x"
cache:
directories:
- $GOPATH/pkg/mod
# calls goreleaser
deploy:
- provider: script