diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b5f9fc5..c779074 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: name: Test build strategy: matrix: - go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x] + go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x, 1.19.x] runs-on: ubuntu-latest steps: - name: Set up Go 1.x