Skip to content

Commit

Permalink
Update to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwilsdon committed Sep 9, 2023
1 parent e810611 commit 842c46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 842c46c

Please sign in to comment.