update golangci
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-06-04 18:51:00 +03:00
parent e1dfdc28ff
commit 9f7cf38e93
21 changed files with 144 additions and 113 deletions

View File

@@ -33,7 +33,7 @@ func NewFile(path string, opts ...Option) (*Provider, error) {
return nil, fmt.Errorf("%w: unable to read config file %#q: file not found or unreadable", err, path)
}
return New(file), nil
return New(file, opts...), nil
}
type Option func(*Provider)