goadesign / gorma

Storage generation plugin for Goa
http://goa.design
MIT License
140 stars 35 forks source link

POLL: Drop support for Go 1.6 #145

Closed raphael closed 7 years ago

raphael commented 7 years ago

goaphers, as you probably know the Go 1.7 stdlib introduces native support for contexts in http.Request. Taking advantage of that means dropping support for prior versions of Go (so Go 1.6 and below).

Please vote on this issue by adding a thumb up emoji if you don't mind goa dropping support for Go 1.6 and below and a thumb down emoji if you need goa to keep supporting Go 1.6.

raphael commented 7 years ago

Haven't heard anyone complaining about dropping support for Go 1.6, the latest goa master and v1 use the stdlib context.