cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

BL-325: Go 1.11 support and test stability #712

Closed cierpuchaw closed 5 years ago

cierpuchaw commented 5 years ago

This PR improves test stability: on my machine, server and otto tests failed all the time before because they used the same db file. It also fixes one issue reported by go test when using go 1.11.

cierpuchaw commented 5 years ago

@zimnx and @piotr-dulikowski please notice that I've updated golang version in CI config after your approvals.