Merge pull request #321 from gliptak/patch-3

Bring Go current for GH build
This commit is contained in:
Alex Goodman 2020-09-26 00:03:29 -04:00 committed by GitHub
commit 92bcd30467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ jobs:
unit-test:
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.14.x, 1.15.x]
# todo: support windows
platform: [ubuntu-latest, macos-latest]
# platform: [ubuntu-latest, macos-latest, windows-latest]
@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/setup-go@v1
with:
go-version: '1.13.x'
go-version: '1.15.x'
- uses: actions/checkout@v1
@ -143,7 +143,7 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: '1.13.x'
go-version: '1.15.x'
- uses: actions/checkout@v1