go 1.17 on ci

This commit is contained in:
alex.sharov 2021-09-09 08:57:04 +07:00
parent 0b4e528fac
commit 621bb1a359

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