Backend build for script automation #16464
Annotations
10 errors and 1 warning
Run Go Tests:
server/service/client.go#L749
undefined: teamScripts
|
Run Go Tests:
server/service/client.go#L1463
declared and not used: teamsScripts
|
Run Go Tests:
server/service/scripts.go#L878
cannot use svc.ds.BatchSetScripts(ctx, teamID, scripts) (value of type []fleet.ScriptResponse) as []*fleet.Script value in assignment
|
Run Go Tests:
server/service/scripts.go#L890
cannot use scripts (variable of type []*fleet.Script) as []fleet.ScriptResponse value in return statement
|
Run Go Tests:
server/service/client.go#L749
undefined: teamScripts
|
Run Go Tests:
server/service/client.go#L1463
declared and not used: teamsScripts
|
Run Go Tests:
server/service/scripts.go#L878
cannot use svc.ds.BatchSetScripts(ctx, teamID, scripts) (value of type []fleet.ScriptResponse) as []*fleet.Script value in assignment
|
Run Go Tests:
server/service/scripts.go#L890
cannot use scripts (variable of type []*fleet.Script) as []fleet.ScriptResponse value in return statement
|
Run Go Tests:
server/datastore/mysql/scripts_test.go#L662
assignment mismatch: 1 variable but ds.BatchSetScripts returns 2 values
|
Run Go Tests
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading