From d094a9d01e1d410c960d2d79913ab8eb062a82e5 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 21 Jan 2022 18:05:39 +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 9eadb90..80f792d 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'] + goVer: ['1.15'] steps: - name: Checkout Repo uses: actions/checkout@v2