Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Fight committed Apr 8, 2023
1 parent 05ecd22 commit 3a1b4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate-test.yml
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion integrate_test.sh
Expand Up @@ -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

Expand Down

0 comments on commit 3a1b4e9

Please sign in to comment.