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