bump minimum go version to 1.23

This commit is contained in:
Michael Eischer
2025-04-14 20:40:07 +02:00
parent f053e33486
commit 8ad7cfa60a
4 changed files with 9 additions and 8 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/restic/rest-server
go 1.22
go 1.23.0
require (
github.com/coreos/go-systemd/v22 v22.5.0