From 820e92da61b127d62772e3d3c5e805a87cec068b Mon Sep 17 00:00:00 2001 From: Craig Pastro Date: Fri, 6 Oct 2023 11:43:06 -0700 Subject: [PATCH] Enable Go 1.20 and 1.21 in ci --- .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 c5a1d7d..9b4e24a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.14', '1.15', '1.16', '1.18', '1.19'] + go: ['1.14', '1.15', '1.16', '1.18', '1.19', '1.20', '1.21'] name: Running with Go ${{ matrix.go }} steps: - name: Install Go