From e4f9251e541f5fe83fbb60f062d66299cde8858e Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 8 Aug 2022 14:01:43 +0800 Subject: [PATCH] ci: drop Go < 1.17 and add 1.19 --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ba23a829c..0fc57a37d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -53,7 +53,7 @@ jobs: name: Test strategy: matrix: - go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ] + go-version: [ 1.17.x, 1.18.x, 1.19.x ] platform: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.platform }} steps: @@ -93,7 +93,7 @@ jobs: name: Test strategy: matrix: - go-version: [ 1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x ] + go-version: [ 1.17.x, 1.18.x, 1.19.x ] platform: [ windows-latest ] runs-on: ${{ matrix.platform }} steps: