Skip to content

Commit 2f26e92

Browse files
sicoyledaixiang0
andauthored
fix: use new linter install link (dapr#7683)
Signed-off-by: Samantha Coyle <[email protected]> Co-authored-by: Loong Dai <[email protected]>
1 parent e08e673 commit 2f26e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build-tools/cmd/check-lint-version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func getCmdCheckLint(cmdType string) *cobra.Command {
9292
res, err := compareVersions(path)
9393
fmt.Println(res)
9494
if err != nil {
95-
fmt.Println("Please install the correct version using the guide - https://golangci-lint.run/usage/install/")
95+
fmt.Println("Please install the correct version using the guide - https://golangci-lint.run/welcome/install/")
9696
if err == ErrVersionNotSupported {
9797
fmt.Println("Alternatively review the golangci-lint version in the workflow file at .github/workflows/dapr.yml")
9898
}

0 commit comments

Comments
 (0)