diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c69428160..e2aaa7d77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - run: git submodule update --init --recursive --force - uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x - name: Install dependencies run: | if [ "$RUNNER_OS" == "Linux" ]; then @@ -59,7 +59,7 @@ jobs: - run: git submodule update --init --recursive --force - uses: actions/setup-go@v2 with: - go-version: 1.16.x + go-version: 1.17.x - run: choco upgrade mingw cmake -y --no-progress - name: Build run: |