From 7effe0578bde6fa1d5af97a623305a0e8b64e9ac Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 28 Jun 2023 15:17:40 +0800 Subject: [PATCH] Update ci.yml add 1.20 ci test --- .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 e26e4ae..e2cdfd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.16', '1.17', '1.18'] + goVer: ['1.16', '1.18', '1.20'] steps: - name: Checkout Repo uses: actions/checkout@v3