From bd8aecc63f801cdea0d518baaae5918bfbe005ab Mon Sep 17 00:00:00 2001 From: zhangyangyu Date: Tue, 14 Nov 2023 20:42:18 +0800 Subject: [PATCH] fix workflow file --- .github/workflows/compatibility-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compatibility-test.yml b/.github/workflows/compatibility-test.yml index 7fd4380..6987604 100644 --- a/.github/workflows/compatibility-test.yml +++ b/.github/workflows/compatibility-test.yml @@ -340,7 +340,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20.0' + go-version-file: 'example_code/go/go.mod' - name: Run test on ${{ matrix.os }} run: | cd example_code/go @@ -358,7 +358,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.20.0' + go-version-file: 'example_code/gorm/go.mod' - name: Run test on ${{ matrix.os }} run: | cd example_code/gorm