Skip to content

Commit

Permalink
ci: update devnet ci (#128)
Browse files Browse the repository at this point in the history
Feat: update devnet ci
  • Loading branch information
jennwiederholen authored Sep 11, 2024
1 parent bc050c7 commit 5d5fab7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/devnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [1.17, 1.18, 1.19]
version: [1.18, 1.19]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -49,6 +49,9 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Set up Wemix Submodules
run: git submodule update --init wemix/

- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5d5fab7

Please sign in to comment.