Increase the deadline to 30 seconds in lint and fix lint errors
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
166778315c
commit
8d3b9971e7
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ func sPtr(s string) *string {
|
|||
func getGPRCVersion() (string, error) {
|
||||
_, file, _, ok := runtime.Caller(0)
|
||||
if !ok {
|
||||
return "", errors.New("failed to recover the caller information.")
|
||||
return "", errors.New("failed to recover the caller information")
|
||||
}
|
||||
|
||||
ocidRoot := filepath.Dir(filepath.Dir(file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue