diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index 33d63a0..d138be4 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -4,7 +4,7 @@ jobs: test: strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.15.x, 1.16.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -26,7 +26,7 @@ jobs: test-oniguruma: strategy: matrix: - go-version: [1.13.x, 1.14.x] + go-version: [1.15.x, 1.16.x] runs-on: ubuntu-latest env: ONIGURUMA_VERSION: 6.9.4 @@ -49,4 +49,4 @@ jobs: - name: Test run: go test ./... env: - GO_TAGS: oniguruma \ No newline at end of file + GO_TAGS: oniguruma