ci: update go version

This commit is contained in:
Máximo Cuadros 2021-05-18 04:00:27 +02:00 committed by GitHub
parent a724bce4a1
commit 6511190bd8
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
@ -49,4 +49,4 @@ jobs:
- name: Test
run: go test ./...
env:
GO_TAGS: oniguruma
GO_TAGS: oniguruma