diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c3fe4d5..9ab7b4f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.11.x, 1.12.x, 1.13.x] + go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x] platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} env: