Add caching

This commit is contained in:
Jannis Mattheis 2019-02-28 21:20:08 +01:00
parent 2731830d71
commit c7511e73b1
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ services:
env:
- GO111MODULE=on
cache:
directories:
- $HOME/gopath/pkg/mod
before_install:
- export GIMME_GO=$(< GO_VERSION)
- eval "$(gimme ${GIMME_GO%.0})";