diff --git a/.github/workflows/devnet-ci.yml b/.github/workflows/devnet-ci.yml index f3dd4d0ded78..e2cd224b8da7 100644 --- a/.github/workflows/devnet-ci.yml +++ b/.github/workflows/devnet-ci.yml @@ -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 @@ -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: