node: update go.mod to specify 1.21.9

This commit is contained in:
Jeff Schroeder 2024-04-18 16:18:02 -04:00
parent 876f75a327
commit 98432b3520
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
module github.com/certusone/wormhole/node
go 1.21
go 1.21.9
toolchain go1.21.8
toolchain go1.21.9
require (
github.com/celo-org/celo-blockchain v1.5.5