Use 'x' to specify Go versions

This commit is contained in:
Hajime Hoshi 2021-08-23 23:46:37 +09:00
parent a1e522e838
commit 2e2813ab78

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.15.15', '1.16.7', '1.17.0'] go: ['1.15.x', '1.16.x', '1.17.x']
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: