*: end support for Go v1.20 (#7250)

This commit is contained in:
Doug Fawley 2024-05-28 16:56:17 -07:00 committed by GitHub
parent 6e59dd1d7f
commit 01363ac152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -64,8 +64,6 @@ jobs:
- type: tests - type: tests
goversion: '1.21' goversion: '1.21'
- type: tests
goversion: '1.20'
steps: steps:
# Setup the environment. # Setup the environment.
- name: Setup GOARCH - name: Setup GOARCH

View File

@ -10,7 +10,7 @@ RPC framework that puts mobile and HTTP/2 first. For more information see the
## Prerequisites ## Prerequisites
- **[Go][]**: any one of the **three latest major** [releases][go-releases]. - **[Go][]**: any one of the **two latest major** [releases][go-releases].
## Installation ## Installation