Merge pull request #53 from go-enry/mcuadros-patch-1

ci: update go version
This commit is contained in:
Alex 2021-06-18 16:45:29 +02:00 committed by GitHub
commit 335b4a64d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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