Merge pull request #59 from lafriks-fork/feat/golang_v1.17

ci: update go versions
This commit is contained in:
Alex 2021-09-25 22:53:30 +02:00 committed by GitHub
commit effee97b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
steps: steps:
@ -26,7 +26,7 @@ jobs:
test-oniguruma: test-oniguruma:
strategy: strategy:
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.16.x, 1.17.x]
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
ONIGURUMA_VERSION: 6.9.4 ONIGURUMA_VERSION: 6.9.4