Skip to content

Commit

Permalink
go.mod: set the go directive to 1.21.0 and delete the toolchain direc…
Browse files Browse the repository at this point in the history
…tive

Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Apr 27, 2024
1 parent 0086b0f commit c613b75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/datachainlab/ethereum-ibc-relay-chain

go 1.21

toolchain go1.22.2
go 1.21.0

require (
github.com/avast/retry-go v3.0.0+incompatible
Expand Down

0 comments on commit c613b75

Please sign in to comment.