Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyangyu committed Nov 14, 2023
1 parent b53e6bf commit d7648a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20.0'
go-version: 'example_code/go/go.mod'
- name: Run test on ${{ matrix.os }}
run: |
cd example_code/go
Expand All @@ -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
Expand Down

0 comments on commit d7648a5

Please sign in to comment.