mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
make agent options/config pass lint checks (#1144)
This commit is contained in:
@@ -255,7 +255,7 @@ func SetUpPureRunnerNode(ctx context.Context, nodeNum int) (*server.Server, erro
|
||||
grpcAddr := fmt.Sprintf(":%d", 9190+nodeNum)
|
||||
|
||||
// This is our Agent config, which we will use for both inner agent and docker.
|
||||
cfg, err := agent.NewAgentConfig()
|
||||
cfg, err := agent.NewConfig()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user