restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
899 stars 139 forks source link

Bump require go version to 1.18 #267

Closed MichaelEischer closed 6 months ago

MichaelEischer commented 6 months ago

What is the purpose of this change? What does it change?

The go.sum file explodes in size when updating github.com/prometheus/client_golang from 1.17.0 to 1.18.0 https://github.com/restic/rest-server/pull/266 . Thus bump the Go version to 1.18 to avoid this.

This also updates the CI to use Go 1.21.

Was the change discussed in an issue or in the forum before?

No.

Checklist