From c5a29883ab2140a91d3f9e143c79e7b28e880f05 Mon Sep 17 00:00:00 2001 From: Rafael Passos Date: Tue, 18 Apr 2023 22:14:24 -0300 Subject: [PATCH] =?UTF-8?q?Adds=20GO=20version=201.20=20to=20test=20matrix?= =?UTF-8?q?=20=F0=9F=A7=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5801fc1..fb9b214 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [ '^1.19', '~1.18', '~1.17', '~1.16', '~1.15', '~1.14', '~1.13', '~1.12' ] + go: [ '^1.20', '^1.19', '~1.18', '~1.17', '~1.16', '~1.15', '~1.14', '~1.13', '~1.12' ] name: Go ${{ matrix.go }} sample steps: - name: Checkout repo @@ -32,7 +32,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: "^1.19" + go-version: "^1.20" - name: Run tests with Coverage report run: |