## Which Project is this about? Go pipeline ## Provide a link to a example run where it went wrong https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fipfs-cluster/detail/fix%2Fupdate-go-dot/2/pipeline/10 ## Which platform did the issue happen on? Windows The pipeline should not be "go get"ing Gx, it should download the pre-compiled version. ``` [ipfs-cluster] Running batch script c:\jenkins\workspace\s-cluster_fix_update-go-dot-L6V2S7PHIO2KJQKP7Q6V7DI574M47SRGMUFQCBZSFE3L7VNXK5XA\src\github.com\ipfs\ipfs-cluster>go get -v github.com/whyrusleeping/gx github.com/ipfs/go-log # github.com/ipfs/go-log ..\go-log\oldlog.go:75:16: undefined: logging.NewSyslogBackend script returned exit code 2 ```
Which Project is this about?
Go pipeline
Provide a link to a example run where it went wrong
https://ci.ipfs.team/blue/organizations/jenkins/IPFS%2Fipfs-cluster/detail/fix%2Fupdate-go-dot/2/pipeline/10
Which platform did the issue happen on?
Windows
The pipeline should not be "go get"ing Gx, it should download the pre-compiled version.