From 056d14a89236be2ff41f8bf7b754a771e4f28de3 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 31 Jan 2024 13:19:48 +0800 Subject: [PATCH] ci: rollback --- .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 197c044..7f8217c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - goVer: ['1.18', '1.19', '1.21', '1.22'] + goVer: ['1.18', '1.19', '1.21'] steps: - name: Checkout Repo uses: actions/checkout@v4