Remove $GOPATH Caching
$GOPATH caching has led to flaky tests as per #1503 and #1536. The speedup is marginal and while the false negatives are a headache, false positives are potentially dangerous.
This commit is contained in:
parent
f3ec13030e
commit
6799104157
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ language: go
|
|||
cache:
|
||||
directories:
|
||||
- $GOCACHE
|
||||
- $GOPATH
|
||||
- $GOPATH/pkg/mod
|
||||
- $GOPATH/github.com/golang
|
||||
- $GOPATH/gopkg.in/alecthomas
|
||||
|
|
Loading…
Add table
Reference in a new issue