From 55208e59d30880fcd2ea42d8ef5ae383f9455c69 Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Wed, 17 Feb 2021 13:58:38 +0300 Subject: [PATCH] Update the Go version to 1.16 in the CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39bf49a6..52155096 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.16 - name: Get Linux dev libraries and tools if: matrix.os == 'ubuntu-latest'