node: update go.mod

Running `go mod tidy` removes the toolchain so the build works.
This commit is contained in:
Jeff Schroeder 2024-04-19 13:06:33 -04:00
parent 119572fbee
commit dc4e43da9e
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ module github.com/certusone/wormhole/node
go 1.21.9
toolchain go1.21.9
require (
github.com/celo-org/celo-blockchain v1.5.5
github.com/cenkalti/backoff/v4 v4.2.0