mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:18:07 +00:00
test go 1.24 and drop support for 1.22
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user