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