Test more Go versions

Updates #1313
This commit is contained in:
Hajime Hoshi 2020-08-19 21:47:54 +09:00
parent 6718cd32a6
commit 545f4b0ed3

View File

@ -51,7 +51,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
strategy: strategy:
matrix: matrix:
go: ['1.15'] go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
name: Test with Go ${{ matrix.go }} on macOS name: Test with Go ${{ matrix.go }} on macOS
steps: steps:
- name: Checkout - name: Checkout
@ -88,7 +88,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
go: ['1.15'] go: ['1.12.17', '1.13.15', '1.14.7', '1.15']
name: Test with Go ${{ matrix.go }} on Windows name: Test with Go ${{ matrix.go }} on Windows
defaults: defaults:
run: run: