-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Go version and dependencies (#111)
* feat: update Go version and dependencies Updated Go version requirement to 1.22 in `README.md` and `go.mod`. Also added missing indirect dependencies and updated Ethereum dependency version in `go.mod`. * fix: update Go version in CI workflow to 1.22 * feat: modernize tests and update metadata Reordered imports in test files and replaced ioutil.ReadAll with io.ReadAll for compatibility with modern Go standards. Improved error handling in defer statements for better clarity. Updated copyright year in LICENSE and cleaned up an obsolete build tag in secp256k1_cgo.go. --------- Co-authored-by: Krasovskiy Saveliy Igorevich <skrasovskiy@ozon.ru>
- Loading branch information
1 parent
962d573
commit a2072b4
Showing
9 changed files
with
31 additions
and
1,207 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
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 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 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 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 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 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 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,5 +1,4 @@ | ||
//go:build cgo && !ecies_test_race | ||
// +build cgo,!ecies_test_race | ||
|
||
package eciesgo | ||
|
||
|