From ed3be94bc6a0f5fb9783b64383abb9d3a8cbc3fb Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 21 Jan 2022 18:02:35 +0800 Subject: [PATCH] Update ci.yml --- .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 9e41237..79e9d77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: [ '1.15'] + goVer: ['1.16', '1.15'] steps: - name: Checkout Repo uses: actions/checkout@v2