Codebase list golang-github-vbauerster-mpb / 7edf42e
lint workflow setup-go with cache false Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2626 - uses: actions/setup-go@v4
2727 with:
2828 go-version: ${{ matrix.go-version }}
29 cache: false
2930 - uses: golangci/golangci-lint-action@v3
3031 with:
3132 # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.