diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a8bebc7d..32a0a626f 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