Change the go-mod cache key and path

This commit is contained in:
Matt Joiner 2019-01-08 18:57:15 +11:00
parent 40d1fbc685
commit 885af9d29d
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
# - run: GO111MODULE=off go install github.com/anacrolix/godo
- run: go install ./cmd/torrentfs
- save_cache:
key: go-mod
key: go-mod-{{ epoch }}
paths:
- $GOPATH/pkg/mod
- ~/go/pkg/mod
- run: sudo modprobe fuse
- run: fs/test.sh