You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ toolcheck:
19
19
@which buf > /dev/null || (echo "buf not found, please install it from https://docs.buf.build/installation"&&exit 1)
20
20
@which golangci-lint > /dev/null || (echo "golangci-lint not found, run 'go install github.com/golangci/golangci-lint/cmd/[email protected]'"&&exit 1)
21
21
@which protoc-gen-doc > /dev/null || (echo "protoc-gen-doc not found, run 'go install github.com/pseudomuto/protoc-gen-doc/cmd/[email protected]'"&&exit 1)
22
-
@golangci-lint --version | grep "version v\?1.5[678]"> /dev/null || (echo "golangci-lint version must be v1.56 or later [$$(golangci-lint --version)]"&&exit 1)
22
+
@golangci-lint --version | grep "version v\?1.5[89]"> /dev/null || (echo "golangci-lint version must be v1.58 or later [$$(golangci-lint --version)]"&&exit 1)
23
23
@which goimports >/dev/null || (echo "goimports not found, run 'go install golang.org/x/tools/cmd/goimports@latest'")
0 commit comments