From e9b37cc8e2a5cdc43e3faeee3c7e5c52bd1bca25 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Tue, 17 Aug 2021 11:16:38 +0200 Subject: [PATCH] ci: add Go-1.17 --- .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 5f0fc32..11319dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: name: Build strategy: matrix: - go-version: [1.16.x] + go-version: [1.17.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: