diff --git a/entities/buildinfo.go b/entities/buildinfo.go index c2dc31af..5ecc13b3 100644 --- a/entities/buildinfo.go +++ b/entities/buildinfo.go @@ -18,7 +18,7 @@ type ModuleType string const ( TimeFormat = "2006-01-02T15:04:05.000-0700" BuildInfoEnvPrefix = "buildInfo.env." - RequestedByMaxLength = 15 + RequestedByMaxLength = 12 // Build type Build ModuleType = "build"