Codebase list golang-github-vbauerster-mpb / 6208770
golangci with go-version: [1.20.x] 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.19]
20 go-version: [1.20.x]
2121 os: [ubuntu-latest, macos-latest]
2222 name: lint
2323 runs-on: ${{ matrix.os }}