Codebase list golang-github-vbauerster-mpb / 6a92f26
golangci-ling go-version 1.19 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.18]
20 go-version: [1.19]
2121 os: [ubuntu-latest, macos-latest, windows-latest]
2222 name: lint
2323 runs-on: ${{ matrix.os }}