We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08e673 commit 2f26e92Copy full SHA for 2f26e92
.build-tools/cmd/check-lint-version.go
@@ -92,7 +92,7 @@ func getCmdCheckLint(cmdType string) *cobra.Command {
92
res, err := compareVersions(path)
93
fmt.Println(res)
94
if err != nil {
95
- 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/")
96
if err == ErrVersionNotSupported {
97
fmt.Println("Alternatively review the golangci-lint version in the workflow file at .github/workflows/dapr.yml")
98
}
0 commit comments