Add Windows to build workflow

This commit is contained in:
Christian Rocha 2020-10-13 22:45:55 -04:00
parent 67f0128939
commit 5a67f5c276
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 1 additions and 1 deletions

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"