Skip to content

Commit

Permalink
feat: upgrade 1.19 to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Dec 13, 2023
1 parent fec95ff commit e3b9260
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
We welcome community contributions to this repository. Before you submit any issues or PRs, please read the [Code of Conduct](CODE_OF_CONDUCT.md) and the [Contribution Guideline](CONTRIBUTING.md).

## Prerequisites
+ Go 1.19
+ Go 1.20
+ Rust (for version, see [rust-toolchain](./common/libzkp/impl/rust-toolchain))
+ Hardhat / Foundry
+ Docker
Expand Down
2 changes: 1 addition & 1 deletion bridge-history-api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module bridge-history-api

go 1.19
go 1.20

require (
github.com/bits-and-blooms/bitset v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/common

go 1.19
go 1.20

require (
github.com/bits-and-blooms/bitset v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion coordinator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/coordinator

go 1.19
go 1.20

require (
github.com/appleboy/gin-jwt/v2 v2.9.1
Expand Down
2 changes: 1 addition & 1 deletion database/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/database

go 1.19
go 1.20

require (
github.com/jmoiron/sqlx v1.3.5
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.19
go 1.20

use (
./bridge-history-api
Expand Down
2 changes: 1 addition & 1 deletion prover/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/prover

go 1.19
go 1.20

require (
github.com/go-resty/resty/v2 v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion rollup/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/rollup

go 1.19
go 1.20

require (
github.com/agiledragon/gomonkey/v2 v2.9.0
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-test/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module scroll-tech/integration-test

go 1.19
go 1.20

require (
github.com/scroll-tech/go-ethereum v1.10.14-0.20231130005111-38a3a9c9198c
Expand Down

0 comments on commit e3b9260

Please sign in to comment.