From b88d46ee7f9e9c729f147dc1da7d3b68f16e06ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Mon, 16 Aug 2021 19:39:25 -0700 Subject: [PATCH] Add Go 1.17 to GitHub Actions --- .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 9d4339d3..e408a42b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: max-parallel: 4 matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - go-version: [1.16] + go-version: [1.16, 1.17] steps: - name: Set up Go uses: actions/setup-go@v2