mirror of https://github.com/dapr/go-sdk.git
* chore: bump go to 1.23.3 and golangci-lint to 1.61.0 Signed-off-by: mikeee <hey@mike.ee> * fix: ineffective nolint directive removed Signed-off-by: Mike Nguyen <hey@mike.ee> * fix: perfsprint recommendations Signed-off-by: Mike Nguyen <hey@mike.ee> * fix: intrange recommendations - refactor loops Signed-off-by: Mike Nguyen <hey@mike.ee> * fix: remove existing dereferencing copies Signed-off-by: Mike Nguyen <hey@mike.ee> * fix!: address gosec overflows BREAKING CHANGE: State consistency, concurrency and operation types are now int32 sized. Panic on an overflow conversion for a proto duration Signed-off-by: Mike Nguyen <hey@mike.ee> * fix: tooling lint issues/ci update Signed-off-by: Mike Nguyen <hey@mike.ee> * fix: perfsprint suggestions on dapr-bot Signed-off-by: Mike Nguyen <hey@mike.ee> * chore(ci): remove gover remnants Signed-off-by: Mike Nguyen <hey@mike.ee> * chore(ci): upgrade golangci-lint action version Signed-off-by: Mike Nguyen <hey@mike.ee> --------- Signed-off-by: mikeee <hey@mike.ee> Signed-off-by: Mike Nguyen <hey@mike.ee> |
||
|---|---|---|
| .. | ||
| 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.