chore: update restic version to 0.18.0 (#712)
Build Snapshot Release / build (push) Has been cancelled
Release Please / release-please (push) Has been cancelled
Test / test-nix (push) Has been cancelled
Test / test-win (push) Has been cancelled
Update Restic / update-restic-version (push) Has been cancelled

Co-authored-by: garethgeorge <7906572+garethgeorge@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-27 17:24:10 -07:00
committed by GitHub
parent addf49c1f3
commit e8ad561ed2
+1 -1
View File
@@ -22,7 +22,7 @@ var (
)
var (
RequiredResticVersion = "0.17.3"
RequiredResticVersion = "0.18.0"
tryFindRestic sync.Once
findResticErr error