Change the GitHub workflow to run the builds only on ubuntu-latest platform

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2020-03-30 12:59:02 +02:00
parent 5284f34b6f
commit 722acb64cb

View file

@ -11,8 +11,7 @@ jobs:
strategy:
matrix:
go-version: [go1.12.x, go1.13.x, go1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps: