Clean up and re-enable Windows workflow

This commit is contained in:
Christian Muehlhaeuser 2020-10-18 18:11:29 +02:00
parent 7f2c30065d
commit d36b9d4838

View file

@ -5,17 +5,11 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: [1.13.x, 1.14.x, 1.15.x] go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.os }}
env: env:
GO111MODULE: "on" GO111MODULE: "on"
steps: steps:
- name: Configure git for private modules
env:
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: git config --global url."https://meowgorithm:${TOKEN}@github.com".insteadOf "https://github.com"
- name: Install Go - name: Install Go
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with: