diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f3c088..ce8074a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.17', '1.18', '1.19', '1.20'] + go: ['1.18', '1.19', '1.20', '1.21', '1.22'] name: build and vet steps: