Skip to content

Commit

Permalink
fix: use new linter install link (dapr#7683)
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Loong Dai <long.dai@intel.com>
  • Loading branch information
sicoyle and daixiang0 authored Apr 11, 2024
1 parent e08e673 commit 2f26e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build-tools/cmd/check-lint-version.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func getCmdCheckLint(cmdType string) *cobra.Command {
res, err := compareVersions(path)
fmt.Println(res)
if err != nil {
fmt.Println("Please install the correct version using the guide - https://golangci-lint.run/usage/install/")
fmt.Println("Please install the correct version using the guide - https://golangci-lint.run/welcome/install/")
if err == ErrVersionNotSupported {
fmt.Println("Alternatively review the golangci-lint version in the workflow file at .github/workflows/dapr.yml")
}
Expand Down

0 comments on commit 2f26e92

Please sign in to comment.