From 576ed4075eff8048af65b51454551a60d2a9b1f8 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 30 Mar 2021 17:45:03 +0300 Subject: [PATCH] [#450] Add go1.16 in tests Signed-off-by: Alex Vanin --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fb44213b..5c2d7d1f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - go: [ '1.14.x', '1.15.x' ] + go: [ '1.14.x', '1.15.x', '1.16.x' ] steps: - name: Setup go uses: actions/setup-go@v2