[CONTINT-3905] Make sure we retrieve the cgroup inode when the cid is not found #203
Annotations
7 errors and 1 warning
Run go vet ./statsd/...:
statsd/container_stub.go#L8
invalid operation: userProvidedID != "" (mismatched types bool and untyped string)
|
Run go vet ./statsd/...:
statsd/container_stub.go#L9
cannot use userProvidedID (variable of type bool) as type string in assignment
|
Run go vet ./statsd/...:
statsd/statsd.go#L469
undefined: isHostCgroupNamespace
|
Run go vet ./statsd/...:
statsd/container_stub.go#L8
invalid operation: userProvidedID != "" (mismatched types bool and untyped string)
|
Run go vet ./statsd/...:
statsd/container_stub.go#L9
cannot use userProvidedID (variable of type bool) as type string in assignment
|
Run go vet ./statsd/...:
statsd/statsd.go#L469
undefined: isHostCgroupNamespace
|
Run go vet ./statsd/...
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading