Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conform to 1.23 format for go version in go.mod #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ArnaudBrousseau
Copy link

@ArnaudBrousseau ArnaudBrousseau commented Jun 8, 2024

Currently:

go get -d ./...
go: errors parsing go.mod:
/Users/arnaud/git/zkBank/go.mod:3: invalid go version '1.21.7': must match format 1.23

After this change things work fine:

go get -d ./...
go: downloading github.com/consensys/gnark v0.9.2-0.20240124123439-9627e98d814f
go: downloading github.com/consensys/gnark-crypto v0.12.2-0.20231221171913-5d5eded6bb15
go: downloading github.com/fxamacker/cbor/v2 v2.5.0
go: downloading github.com/rs/zerolog v1.30.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/bits-and-blooms/bitset v1.8.0
go: downloading golang.org/x/sys v0.15.0
go: downloading github.com/ingonyama-zk/iciclegnark v0.1.0
go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
go: downloading github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/ingonyama-zk/icicle v0.0.0-20230928131117-97f0079e5c71

EDIT: go.sum was dirty after dependency install, committed the diff in another commit. Feel free to discard or keep it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant