diff --git a/build.go b/build.go index 927ac027..678ff9b9 100644 --- a/build.go +++ b/build.go @@ -33,7 +33,7 @@ type Build struct { type parameter struct { Name string - Value string + Value interface{} } type branch struct {