|
|
@ -11,7 +11,7 @@ jobs: |
|
|
|
build: |
|
|
|
build: |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
go-version: [1.13.x, 1.14.x] |
|
|
|
go-version: [~1.13, ^1] |
|
|
|
platform: [ubuntu-latest, macos-latest] |
|
|
|
platform: [ubuntu-latest, macos-latest] |
|
|
|
runs-on: ${{ matrix.platform }} |
|
|
|
runs-on: ${{ matrix.platform }} |
|
|
|
|
|
|
|
|
|
|
|