docs: use go1.21.8

This commit is contained in:
Jeff Schroeder 2024-04-02 13:06:13 -04:00
parent 223875a481
commit 544a89e2c5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
The following dependencies are required for local development:
- [Go](https://golang.org/dl/) >= 1.20.x (latest minor release is recommended)
- [Go](https://golang.org/dl/) >= 1.21.8 (latest minor release is recommended)
- [Tilt](http://tilt.dev/) >= 0.20.8
- Any of the local Kubernetes clusters supported by Tilt.
We strongly recommend [minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/) >=

View File

@ -107,7 +107,7 @@ frequency). Light clients have much lower hardware requirements.
For security reasons, we do not provide a pre-built binary. You need to check out the repo and build the
guardiand binary from source. A Git repo is much harder to tamper with than release binaries.
To build the Wormhole node, you need [Go](https://golang.org/dl/) >= 1.19.0
To build the Wormhole node, you need [Go](https://golang.org/dl/) >= 1.21.8
First, check out the version of the Wormhole repo that you want to deploy: