Hi,

I have seen an increase in sporadic error-out failure for our tests on
the Gonum suite. This is usually due to a TLS failure early in the
build resulting from a go get. For example

```
 $ go get gonum.org/v1/tools/cmd/check-imports
go get: warning: modules disabled by GO111MODULE=auto in GOPATH/src;
ignoring go.mod;
see 'go help modules'
package gonum.org/v1/tools/cmd/check-imports: unrecognized import path 
"gonum.org/v1/tools/cmd/check-imports" (https fetch: Get 
https://www.gonum.org/v1/tools/cmd/check-imports?go-get=1: x509: certificate is 
valid for *.netlify.com, netlify.com, not www.gonum.org)

travis_time:end:024399ea:start=1540833706042593151,finish=1540833706180869248,duration=138276097
 
 The command "go get gonum.org/v1/tools/cmd/check-imports" failed and exited 
with 1 during . 

Your build has been stopped.
```

Have other people seen this? Repeated fetch from the target URL with
curl never gives this certificate failure.

thanks
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to