lint workflow setup-go with cache false
Vladimir Bauer
3 years ago
| 26 | 26 | - uses: actions/setup-go@v4 |
| 27 | 27 | with: |
| 28 | 28 | go-version: ${{ matrix.go-version }} |
| 29 | cache: false | |
| 29 | 30 | - uses: golangci/golangci-lint-action@v3 |
| 30 | 31 | with: |
| 31 | 32 | # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. |