From d74b3a3bc184f46f885bb16ed0cc811f47e292c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 2 Feb 2022 09:50:08 +0100 Subject: [PATCH] chore(ci): run tests for more recent Go versions --- .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 2d0b7aff0b..02c9a1bd5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: test: strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.x] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: