Skip to content

Commit

Permalink
test: go version order change
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Nov 29, 2023
1 parent 75b76a5 commit 0fac401
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -35,6 +31,10 @@ jobs:
**/**.go
go.mod
go.sum
- uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
- name: Test contract
run: |
sudo make contract-tools
Expand Down

0 comments on commit 0fac401

Please sign in to comment.