Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit c9f5c71

Browse files
backbone-linkmergify[bot]
authored andcommitted
fix: latest go version requires using 'go install' instead of 'go get'. (#24419)
(cherry picked from commit d75378f)
1 parent 13ab759 commit c9f5c71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/running-validator/validator-failover.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ First install `etcd` as desired for your machine. Then TLS certificates must be
3030
created for authentication between the etcd cluster and your validator. Here is
3131
one way to do this:
3232

33-
With [Golang](https://golang.org/) installed, run `go get
34-
github.com/cloudflare/cfssl/cmd/cfssl`. The `cfssl` program should now be
35-
available at `~/go/bin/cfssl`. Ensure `~/go/bin` is in your PATH by running
36-
`PATH=$PATH:~/go/bin/`.
33+
With [Golang](https://golang.org/) installed, run
34+
`go install github.com/cloudflare/cfssl/cmd/cfssl@latest`. The `cfssl` program
35+
should now be available at `~/go/bin/cfssl`. Ensure `~/go/bin` is in your PATH
36+
by running `PATH=$PATH:~/go/bin/`.
3737

3838
Now create a certificate directory and configuration file:
3939
```

0 commit comments

Comments
 (0)