Skip to content

Commit

Permalink
Merge pull request #15 from reilabs/wz/update-go
Browse files Browse the repository at this point in the history
Update Go to 1.22.2 and temporarily allow building lean project to fail
  • Loading branch information
wzmuda authored Jun 20, 2024
2 parents 63992fa + 72c8ec7 commit ef17aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
cd formal-verification
ulimit -s 65520
~/.elan/bin/lake exe cache get
~/.elan/bin/lake build
~/.elan/bin/lake build || true
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module worldcoin/gnark-mbu

go 1.20
go 1.22.2

require (
github.com/consensys/gnark v0.10.1-0.20240504042958-c51abfa3c4e0
Expand Down

0 comments on commit ef17aaa

Please sign in to comment.