bugsnag / bugsnag-go

Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
https://docs.bugsnag.com/platforms/go
MIT License
203 stars 69 forks source link

Pin tests to Ubuntu 20.04 #235

Closed twometresteve closed 1 month ago

twometresteve commented 1 month ago

Goal

Pin tests to Ubuntu 20.04.

Design

GitHub Actions recently updated ubuntu-latest to 22.04, which for some reason breaks the fixture build. This PR gets us moving again while we look into that.

Testing

Covered by CI.