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:
Arvind Bright 2024-07-30 13:33:43 -07:00 committed by GitHub
parent 0983ba62c8
commit 7e7dbdf6f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.