mirror of https://github.com/grpc/grpc-go.git
*: end support for Go v1.20 (#7250)
This commit is contained in:
parent
6e59dd1d7f
commit
01363ac152
|
@ -64,8 +64,6 @@ jobs:
|
|||
- type: tests
|
||||
goversion: '1.21'
|
||||
|
||||
- type: tests
|
||||
goversion: '1.20'
|
||||
steps:
|
||||
# Setup the environment.
|
||||
- name: Setup GOARCH
|
||||
|
|
|
@ -10,7 +10,7 @@ RPC framework that puts mobile and HTTP/2 first. For more information see the
|
|||
|
||||
## Prerequisites
|
||||
|
||||
- **[Go][]**: any one of the **three latest major** [releases][go-releases].
|
||||
- **[Go][]**: any one of the **two latest major** [releases][go-releases].
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue