From 0257519c8b6b4bfb25d7b9a1a214b159341c9e98 Mon Sep 17 00:00:00 2001 From: Jihui Nie Date: Mon, 6 Mar 2023 16:03:49 -0800 Subject: [PATCH] Add Go 1.20 to tested Go versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 594c26c3..2c0d172c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.18.x', '1.19.x'] + go-version: [ '1.11.x', '1.12.x', '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.18.x', '1.19.x', '1.20.x'] steps: - name: Set up Go