ci: update go versions

This commit is contained in:
Lauris BH
2021-09-25 19:28:10 +03:00
parent 7c24e3d5d2
commit 2d3e1ea236

View File

@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.16.x, 1.17.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.15.x, 1.16.x]
go-version: [1.16.x, 1.17.x]
runs-on: ubuntu-latest
env:
ONIGURUMA_VERSION: 6.9.4