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: strategy:
matrix: matrix:
go-version: [1.12.x, 1.13.x, 1.14.x, 1.15.x] 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 }} runs-on: ${{ matrix.os }}
env: env:
GO111MODULE: "on" GO111MODULE: "on"