-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop support for versions of Go lower than 1.20
This commit removes the code to support Go 1.16 to 1.19, requiring now Go 1.20. With this requirement we can remove the build tags. It also renames the X25519 SharedKey to ECDH.
- Loading branch information
1 parent
2c985a1
commit 12c06a0
Showing
7 changed files
with
163 additions
and
328 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module github.com/go-piv/piv-go/v2 | ||
|
||
go 1.16 | ||
go 1.20 |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.