From 3a1b4e9d6089350a1063b0f89befb083a407b723 Mon Sep 17 00:00:00 2001 From: zfCode Date: Sat, 8 Apr 2023 19:56:22 +0800 Subject: [PATCH] fix some bug --- .github/workflows/integrate-test.yml | 4 ++-- integrate_test.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate-test.yml b/.github/workflows/integrate-test.yml index 7d3ca0b4f..880eb0d87 100644 --- a/.github/workflows/integrate-test.yml +++ b/.github/workflows/integrate-test.yml @@ -37,14 +37,14 @@ jobs: strategy: matrix: golang: - - 1.19 + - 1.18 steps: - name: "set up go" uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.18 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: "checkout ${{ github.ref }}" diff --git a/integrate_test.sh b/integrate_test.sh index 3900e259d..19062de3b 100644 --- a/integrate_test.sh +++ b/integrate_test.sh @@ -36,7 +36,7 @@ echo "github pull request base branch -> $3" echo "github pull request head branch -> ${GITHUB_HEAD_REF}" echo "use seata-go-samples $3 branch for integration testing" -git clone -b ftr/integrate_test https://github.com/seata/seata-go-samples samples && cd samples +git clone https://github.com/seata/seata-go-samples samples && cd samples # update seata-go to current commit id