Codebase list golang-github-vbauerster-mpb / 19ba9ca
lint workflow on 'stable' go Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1717 golangci:
1818 strategy:
1919 matrix:
20 go-version: [1.20.x]
20 go-version: ['stable']
2121 os: [ubuntu-latest, macos-latest]
2222 name: lint
2323 runs-on: ${{ matrix.os }}