Use ipam grpc service instead of library #713
docker.yaml
on: pull_request
Docker Build
1m 51s
integration
26s
Annotations
12 errors and 1 warning
integration:
cmd/metal-api/internal/service/ip-service_test.go#L28
missing import path
|
integration
Process completed with exit code 2.
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L1
: # github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L71
syntax error: non-declaration statement outside function body
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L86
syntax error: unexpected ==, expected }
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L102
syntax error: unexpected >>, expected } (typecheck)
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L71
expected declaration, found '<<' (typecheck)
|
Docker Build:
cmd/metal-api/main.go#L52
could not import github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam (-: # github.com/metal-stack/metal-api/cmd/metal-api/internal/ipam
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L71
syntax error: non-declaration statement outside function body
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L86
syntax error: unexpected ==, expected }
|
Docker Build:
cmd/metal-api/internal/ipam/ipam.go#L102
syntax error: unexpected >>, expected }) (typecheck)
|
Docker Build:
cmd/metal-api/main.go#L572
cannot use compress.WithAll(compress.LevelBalanced) (value of type "github.com/bufbuild/connect-go".Option) as "connectrpc.com/connect".ClientOption value in argument to apiv1connect.NewIpamServiceClient: "github.com/bufbuild/connect-go".Option does not implement "connectrpc.com/connect".ClientOption (missing method applyToClient) (typecheck)
|
Docker Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|