From 735fee6e8a2bc6411e998aef94d40201a6db49a4 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez Date: Mon, 27 Mar 2023 18:29:43 -0700 Subject: [PATCH] Add go 1.20 to test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9b23c7..7c36733 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: Tests: strategy: matrix: - go-version: [1.18.x, 1.19.x] + go-version: [1.18.x, 1.19.x, 1.20.x] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: