Merge pull request #1537 from jakesyl/patch-1

Remove $GOPATH Caching
This commit is contained in:
John C. Vernaleo 2020-03-03 10:08:31 -05:00 committed by GitHub
commit c01c98159b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@ language: go
cache: cache:
directories: directories:
- $GOCACHE - $GOCACHE
- $GOPATH
- $GOPATH/pkg/mod - $GOPATH/pkg/mod
- $GOPATH/github.com/golang - $GOPATH/github.com/golang
- $GOPATH/gopkg.in/alecthomas - $GOPATH/gopkg.in/alecthomas