mirror of https://github.com/grpc/grpc.io.git
grpc-go only supports the last two Go versions (#1338)
Since grpc/grpc-go#7249, gRPC-Go only supports the last two versions of Golang. Similar to Golang policy itself
This commit is contained in:
parent
0983ba62c8
commit
7e7dbdf6f1
|
@ -7,7 +7,7 @@ spelling: cSpell:ignore Fatalf GOPATH
|
|||
|
||||
### Prerequisites
|
||||
|
||||
- **[Go][]**, any one of the **three latest major** [releases of Go][].
|
||||
- **[Go][]**, any one of the **two latest major** [releases of Go][].
|
||||
|
||||
For installation instructions, see Go's [Getting Started][] guide.
|
||||
|
||||
|
|
Loading…
Reference in New Issue