-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go version to 1.19 in CI workflow and go.mod
Upgraded the Go version from 1.14 to 1.19 in the GitHub Actions workflow and go.mod file to ensure compatibility with the latest features and improvements. Also removed unnecessary environment variables in the test run command.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ module github.com/templexxx/xorsimd | |
|
||
require github.com/templexxx/cpu v0.1.1 | ||
|
||
go 1.14 | ||
go 1.19 |