Update Go versions in the test

This commit is contained in:
Hajime Hoshi 2020-12-04 12:08:45 +09:00
parent 3c28bcf3c4
commit ce624ce134

View File

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