gobwas / ws

Tiny WebSocket library for Go.
MIT License
6.1k stars 373 forks source link

.github: run tests with Go 1.15 #173

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

Because go.mod contains go 1.15 we need to ensure the library builds with Go 1.15 compiler. To avoid situations like #172.

cristaloleg commented 1 year ago

Not that fast https://github.com/gobwas/ws/actions/runs/5011502360/jobs/8982556717?pr=173#step:7:5

cristaloleg commented 1 year ago

Any plans to address that?

cristaloleg commented 1 year ago

Probably we need to skip build on macOS for 1.15.x completely 😬

cristaloleg commented 1 year ago

Thanks!