From 37996791096bced2523d56fd8a023a463d420daf Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Wed, 23 Jun 2021 14:15:28 -0500 Subject: [PATCH] ci: add 1.16 to the list of golang versions to test Add 1.16 to the list of golang versions to test fixes #2101 Signed-off-by: Julio Montes --- .github/workflows/static-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-checks.yaml b/.github/workflows/static-checks.yaml index 00831ac0f..159f2f295 100644 --- a/.github/workflows/static-checks.yaml +++ b/.github/workflows/static-checks.yaml @@ -12,7 +12,7 @@ jobs: if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }} strategy: matrix: - go-version: [1.13.x, 1.14.x, 1.15.x] + go-version: [1.14.x, 1.15.x, 1.16.x] os: [ubuntu-20.04] runs-on: ${{ matrix.os }} env: