diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76999d3..a7d41fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,9 +15,9 @@ jobs: strategy: matrix: goversion: + - "1.20" - "1.19" - "1.18" - - "1.17" steps: - name: Set up Go uses: actions/setup-go@v1