From 09efd3cca6f75cc2ce9cab25647575f6d6744391 Mon Sep 17 00:00:00 2001 From: Kishan B Date: Sun, 22 Aug 2021 08:02:51 +0530 Subject: [PATCH] Add go 1.16 and 1.17 to the build matrix --- .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 4033391..f1dd2a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.13', '1.14', '1.15'] + go: ['1.13', '1.14', '1.15', '1.16', '1.17'] steps: - uses: actions/checkout@v2