From 01363ac1524b644f712bc30c30f635c081ee9a12 Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Tue, 28 May 2024 16:56:17 -0700 Subject: [PATCH] *: end support for Go v1.20 (#7250) --- .github/workflows/testing.yml | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7d24102a2a41..b1a4e656089f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -64,8 +64,6 @@ jobs: - type: tests goversion: '1.21' - - type: tests - goversion: '1.20' steps: # Setup the environment. - name: Setup GOARCH diff --git a/README.md b/README.md index ab0fbb79b863..b572707c6233 100644 --- a/README.md +++ b/README.md @@ -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