From f9c3e90be8b414958cf81ca4524af726919267f7 Mon Sep 17 00:00:00 2001 From: Chi Zhang Date: Mon, 27 Mar 2023 11:55:40 -0700 Subject: [PATCH] Update go-version matrix (#309) Signed-off-by: GitHub Co-authored-by: chizhg --- .github/workflows/ci-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-v2.yaml b/.github/workflows/ci-v2.yaml index 68245e7d..35102e8a 100644 --- a/.github/workflows/ci-v2.yaml +++ b/.github/workflows/ci-v2.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [ '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.18.x', '1.19.x', '1.20.x'] + go-version: ['1.11.x', '1.13.x', '1.16.x', '1.18.x', '1.19.x', '1.20.x'] env: working-directory: ./v2