From 93ea00d878c305d088ed5c978181926aa10c6809 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 21 Jan 2022 18:04:16 +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 79e9d77..9eadb90 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.15'] + goVer: ['1.16'] steps: - name: Checkout Repo uses: actions/checkout@v2