test go 1.24 and drop support for 1.22

This commit is contained in:
Michael Eischer
2025-03-22 12:41:07 +01:00
parent c617364d15
commit 15e90b7a4c
5 changed files with 20 additions and 20 deletions

6
go.mod
View File

@@ -1,6 +1,10 @@
module github.com/restic/restic
go 1.22
go 1.23
// keep the old behavior for reparse points on windows until handling reparse points has been improved in restic
// https://forum.restic.net/t/windows-junction-backup-with-go1-23-or-later/8940
godebug winsymlink=0
require (
cloud.google.com/go/storage v1.43.0