You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add travis build for go versions 1.7.x -> 1.10.x (#98)
* add build for go version 1.6.x -> 1.10.x
* fix 1.10 version
* fix context to golang.org/x/net/context for go 1.6 compatibility
* add race detector + go vet on build + build without failure on go unstable
* add go16 et go17 file due to req.withcontext which is only go 1.7
* fix context package
* update go16.go to remove WithContext
* update bad import
* remove unused func
* finally use ctxhttp.Do with multiple build version
* ignore integration package for install
* fix go get command
* put go 1.6.X in allow_failures dur to test failure
* fix inversion of code
* remove go 1.6 support
* revert initial version with req.WithContext
* fix travis to support go 1.10.x
* nits
0 commit comments