diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 264201e2bca..0b29751106b 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -192,7 +192,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-go@v2 with: - go-version: '1.17' + go-version: '1.17' - name: Get latest version of stable Rust run: rustup update stable - name: Run exec engine integration tests in release