go-sdk/tools/check-lint-version
Javier Aliaga 16374cdb7b
chore: Use latest dapr/dapr version (#731)
* 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>
2025-06-03 05:59:33 -07:00
..
testing feat: add golangci-lint (local) version check (#467) 2023-10-20 14:15:47 -07:00
Makefile feat: add golangci-lint (local) version check (#467) 2023-10-20 14:15:47 -07:00
Readme.md feat: add golangci-lint (local) version check (#467) 2023-10-20 14:15:47 -07:00
go.mod chore!: upgrade lint & go (#649) 2024-11-13 22:01:59 -07:00
go.sum Update github.com/dapr/dapr to v1.13.0-rc.1 (#503) 2024-02-07 07:54:01 -08:00
main.go chore!: upgrade lint & go (#649) 2024-11-13 22:01:59 -07:00
main_test.go chore: Use latest dapr/dapr version (#731) 2025-06-03 05:59:33 -07:00

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.