From 43283eb76775f7cbfd348cefd8338a8c16221276 Mon Sep 17 00:00:00 2001 From: Craig Pastro Date: Sat, 7 Oct 2023 14:08:25 -0700 Subject: [PATCH] Enable Go 1.20 and 1.21 in ci (#69) --- .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