Add Windows to build workflow

This commit is contained in:
Christian Rocha
2020-10-13 22:45:55 -04:00
parent 67f0128939
commit 5a67f5c276

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"