mirror of https://github.com/dapr/go-sdk.git
* chore: Use latest dapr/dapr version Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Bump golangci version Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Bump golangci-lint version Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Fix lint errors on tooling Signed-off-by: Javier Aliaga <javier@diagrid.io> * chore: Increase sleep to service example Signed-off-by: Javier Aliaga <javier@diagrid.io> --------- Signed-off-by: Javier Aliaga <javier@diagrid.io> |
||
|---|---|---|
| .. | ||
| testing | ||
| Makefile | ||
| Readme.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| main_test.go | ||
Readme.md
Check Lint Version
This package is designed to check the local golangci-lint version against that of the current github workflow.
Usage
In the repo root, you can use the make lint command which makes use of this to verify the golangci-lint version and
run the linter.
Workflow
The test-tooling workflow is responsible for testing this package.