-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update runner and go version (#1260)
* build: update runner and go version * build: update go mod versions and golanglint ci tag * build: ignore one gosec rule and fix deprecated apis * build: more CI update and add mispell linter * build: update gnark solidity checker and abigen * build: force gnark solidity checker version
- Loading branch information
Showing
20 changed files
with
685 additions
and
89 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
module github.com/consensys/gnark | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.21.4 | ||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.8.0 | ||
github.com/bits-and-blooms/bitset v1.14.2 | ||
github.com/blang/semver/v4 v4.0.0 | ||
github.com/consensys/bavard v0.1.13 | ||
github.com/consensys/compress v0.2.5 | ||
github.com/consensys/gnark-crypto v0.13.1-0.20240802214859-ff4c0ddbe1ef | ||
github.com/fxamacker/cbor/v2 v2.5.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b | ||
github.com/fxamacker/cbor/v2 v2.7.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 | ||
github.com/icza/bitio v1.1.0 | ||
github.com/ingonyama-zk/iciclegnark v0.1.0 | ||
github.com/leanovate/gopter v0.2.9 | ||
github.com/leanovate/gopter v0.2.11 | ||
github.com/ronanh/intcomp v1.1.0 | ||
github.com/rs/zerolog v1.30.0 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/crypto v0.17.0 | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
golang.org/x/sync v0.3.0 | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 | ||
golang.org/x/sync v0.8.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/ingonyama-zk/icicle v0.0.0-20230928131117-97f0079e5c71 // indirect | ||
github.com/ingonyama-zk/icicle v1.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/rogpeppe/go-internal v1.12.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
Oops, something went wrong.