Update Go versions at the workflow

This commit is contained in:
Hajime Hoshi 2021-01-21 03:44:30 +09:00
parent 2579de3c92
commit 71e307a2fc

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.13.15', '1.14.13', '1.15.6']
go: ['1.13.15', '1.14.14', '1.15.7']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: