Update Go versions in test.yml

This commit is contained in:
Hajime Hoshi 2020-11-15 12:28:08 +09:00
parent ed494dbf59
commit 82dc7a6591

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.13.15', '1.14.10', '1.15.3']
go: ['1.13.15', '1.14.12', '1.15.5']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: