-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to go 1.20 and build arm64 binaries
Signed-off-by: Alex Couture-Beil <[email protected]>
- Loading branch information
Showing
4 changed files
with
38 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
module github.com/alexcb/secret-share/v2 | ||
|
||
go 1.14 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/jessevdk/go-flags v1.5.0 | ||
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad | ||
) | ||
|
||
require golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect |