mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
ci: update go version
This commit is contained in:
parent
a724bce4a1
commit
6511190bd8
6
.github/workflows/goTest.yml
vendored
6
.github/workflows/goTest.yml
vendored
@ -4,7 +4,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.13.x, 1.14.x]
|
go-version: [1.15.x, 1.16.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.13.x, 1.14.x]
|
go-version: [1.15.x, 1.16.x]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
ONIGURUMA_VERSION: 6.9.4
|
ONIGURUMA_VERSION: 6.9.4
|
||||||
@ -49,4 +49,4 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
env:
|
env:
|
||||||
GO_TAGS: oniguruma
|
GO_TAGS: oniguruma
|
||||||
|
Loading…
Reference in New Issue
Block a user