bosun-monitor / bosun

Time Series Alerting Framework
http://bosun.org
MIT License
3.4k stars 495 forks source link

Fix CI #2518

Closed neilfordyce closed 3 months ago

neilfordyce commented 3 months ago

Description

Version bumps to fix CI. To run on a supported runner (ubuntu-22.04) and a supported version of go (v1.21).

Upgrading to Go v1.22 requires further investigation. It currently results in a panic with "encoding alphabet includes duplicate symbols". Imagine it's due to some outdated dependency, because I can't see any where we're calling base64.NewEncoding directly.

Type of change

Checklist: