mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
ci: cache downloaded go modules
This commit is contained in:
parent
9fbf088b0a
commit
704dbffbd7
|
|
@ -3,6 +3,10 @@ language: go
|
|||
go:
|
||||
- "1.13.x"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $GOPATH/pkg/mod
|
||||
|
||||
# calls goreleaser
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
|
|||
Loading…
Reference in a new issue