Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible #135
docker.yml
on: pull_request
Compile and Test
1m 42s
Build Container
1m 27s
Benchmark
3m 14s
Annotations
11 errors
Build Container
buildx failed with: ERROR: denied: installation not allowed to Write organization package
|
Compile and Test:
cmd/client/client.go#L54
avoid direct access to proto field result.Msg.Prefix.Cidr, use result.Msg.GetPrefix().GetCidr() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L79
avoid direct access to proto field result.Msg.Prefix.Cidr, use result.Msg.GetPrefix().GetCidr() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L100
avoid direct access to proto field result.Msg.Prefix, use result.Msg.GetPrefix() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L103
avoid direct access to proto field result.Msg.Prefix.Cidr, use result.Msg.GetPrefix().GetCidr() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L117
avoid direct access to proto field result.Msg.Prefixes, use result.Msg.GetPrefixes() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L118
avoid direct access to proto field p.Cidr, use p.GetCidr() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L168
avoid direct access to proto field result.Msg.Ip.Ip, use result.Msg.GetIp().GetIp() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L193
avoid direct access to proto field result.Msg.Ip.Ip, use result.Msg.GetIp().GetIp() instead (protogetter)
|
Compile and Test:
cmd/client/client.go#L212
avoid direct access to proto field result.Msg.Dump, use result.Msg.GetDump() instead (protogetter)
|
Compile and Test:
pkg/service/ipam-service.go#L29
avoid direct access to proto field req.Msg.Namespace, use req.Msg.GetNamespace() instead (protogetter)
|