Skip to content

Commit

Permalink
Use go 1.21 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Oct 23, 2023
1 parent 53bf7a6 commit 20d7202
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/deployAccount/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module account

go 1.18
go 1.21

require (
github.com/NethermindEth/juno v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion examples/deployAccount/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.18
go 1.21

use (
.
Expand Down
2 changes: 1 addition & 1 deletion examples/simpleCall/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module account

go 1.18
go 1.21

require (
github.com/NethermindEth/starknet.go v0.2.1-0.20220620163912-1db2ca279608
Expand Down
2 changes: 1 addition & 1 deletion examples/simpleCall/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.18
go 1.21

use (
.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/NethermindEth/starknet.go

go 1.18
go 1.21

require (
github.com/NethermindEth/juno v0.3.1
Expand Down

0 comments on commit 20d7202

Please sign in to comment.