From 842c46c9ca44d95897cc017ea3296482ef6917a6 Mon Sep 17 00:00:00 2001 From: Jack Wilsdon Date: Sat, 9 Sep 2023 16:25:28 +0100 Subject: [PATCH] Update to Go 1.21 --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9e3d93..096d437 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ A `.tar` for each application in the backup will be extracted to the working dir * Additional debug output can be enabled by setting the `DEBUG` environment variable to `1`. Debug output may contain sensitive data! ## Building -You can build the extractor by running `go build ./cmd/extract` (with Go 1.20). This will place a compiled `extract` binary in the working directory. +You can build the extractor by running `go build ./cmd/extract` (with Go 1.21). This will place a compiled `extract` binary in the working directory. diff --git a/go.mod b/go.mod index 8d81616..ebd56a8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jackwilsdon/seedvault-extractor -go 1.20 +go 1.21 require ( github.com/google/tink/go v1.7.0