From 9b2bf43ee3c8ba9d60fd59ad909caaa192ab3c9d Mon Sep 17 00:00:00 2001 From: Zzhiter <2631992879@qq.com> Date: Sun, 19 May 2024 13:22:12 +0800 Subject: [PATCH] fix: add compatibility-test --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d406e08..9fcae4e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: compatibility-test: strategy: matrix: - go: [ 1.20, 1.21, 1.22 ] + go: [ 1.20.7, 1.21, 1.22 ] os: [ X64, ARM64 ] runs-on: ${{ matrix.os }} steps: