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:
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user