Codebase list golang-github-vbauerster-mpb / eb20d12
Revert "lint workflow include windows-latest" This reverts commit 142b82374fa98768248c1d3104cc9c81980af669. There is an issue with golangci-lint-action: https://github.com/golangci/golangci-lint-action/issues/727 Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1818 strategy:
1919 matrix:
2020 go-version: ['stable']
21 os: [ubuntu-latest, macos-latest, windows-latest]
21 os: [ubuntu-latest, macos-latest]
2222 name: lint
2323 runs-on: ${{ matrix.os }}
2424 steps: