-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade go version from 1.13 to 1.16 (#65)
* upgrade go version, replace ioutil.ReadFile with os.ReadFile * revert change to move from ioutil to io due to unit-tests * update readme * add workflows * add id & update tests * update go version to latest Co-authored-by: hkadakia <[email protected]>
- Loading branch information
Showing
5 changed files
with
4 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/theparanoids/crypki | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/golang/mock v1.4.4 | ||
|
Oops, something went wrong.