valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

Updates to GitHub Actions, add go1.22 to Test Matrix #1707

Closed gaby closed 9 months ago

gaby commented 9 months ago

go 1.22 was released today: https://go.dev/blog/go1.22

gaby commented 9 months ago

@erikdubbelboer Quick PR to address some CI chores :-)

gaby commented 9 months ago

The timeout in the tests are too agressive. If the runner is under heavily load it will cause the test to fail

erikdubbelboer commented 9 months ago

Thanks!