Change the go-mod cache key and path
This commit is contained in:
parent
40d1fbc685
commit
885af9d29d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue