From 15b98b1d72481b376ec9e02f257405466625298d Mon Sep 17 00:00:00 2001 From: anajavi Date: Thu, 2 Sep 2021 13:45:20 +0300 Subject: [PATCH 1/2] ci: add go 1.17 to test matrix --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b5c47883..7c8eeb648 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - go-version: [1.16.x] + go-version: [1.17.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: @@ -47,7 +47,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: From 0926db15e54345da0bfaefb90398597ec359d21f Mon Sep 17 00:00:00 2001 From: anajavi Date: Sun, 12 Sep 2021 08:49:26 +0300 Subject: [PATCH 2/2] ci: run only on go 1.17 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7c8eeb648..ed5818a0f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x] + go-version: [1.17.x] platform: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: