hexops / vecty

Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
BSD 3-Clause "New" or "Revised" License
2.8k stars 143 forks source link

Go 1.14+ requirement not properly type-checked (GopherJS legacy debt) #266

Closed slimsag closed 4 years ago

slimsag commented 4 years ago

This file asserts through type-checking that Go 1.12+ is in use for compilation: https://github.com/gopherjs/vecty/blob/master/require_go_1_12.go

However Vecty requires Go 1.14+ per the changelog.

This file could not be updated before now due to GopherJS backwards compatibility (GopherJS does not advertise Go 1.14 support currently). We can remove it now that https://github.com/gopherjs/vecty/issues/264 has been closed.