check go 1.17 on ci (#2601)

This commit is contained in:
Alex Sharov 2021-09-01 12:00:01 +07:00 committed by GitHub
parent 5e713d6da6
commit a681cd5676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |