From 621bb1a35972a108b68f1f7643b8ee61d7045e77 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Thu, 9 Sep 2021 08:57:04 +0700 Subject: [PATCH] go 1.17 on ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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