feat(HMS-2255): launch to location of the resource group by default #3068
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
gotest.yml
on: pull_request
💾 Commit message
10s
🛠️ Go Build
38s
🎯 Code format & OpenAPI lint
2m 33s
🎯 Go linter
57s
📎 Unit tests
4m 28s
🗄 Integration tests
2m 16s
Annotations
11 errors
🛠️ Go Build:
internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as type clients.ImageBuilder in return statement:
|
🛠️ Go Build:
internal/clients/http/image_builder/image_client.go#L118
not enough return values
|
🛠️ Go Build
Process completed with exit code 2.
|
🎯 Go linter:
internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as clients.ImageBuilder value in return statement: *ibClient does not implement clients.ImageBuilder (missing method GetAzureImageInfo) (typecheck)
|
🎯 Go linter:
internal/clients/http/image_builder/image_client.go#L118
not enough return values
|
🎯 Go linter:
internal/services/azure_reservation_service.go#L97
cannot use payload.ImageID (variable of type string) as uuid.UUID value in argument to ibClient.GetAzureImageInfo (typecheck)
|
🎯 Go linter:
internal/services/azure_reservation_service.go#L88
composeUUID declared and not used (typecheck)
|
🎯 Go linter
issues found
|
📎 Unit tests:
internal/clients/http/image_builder/image_client.go#L41
cannot use &ibClient{…} (value of type *ibClient) as type clients.ImageBuilder in return statement:
|
📎 Unit tests:
internal/clients/http/image_builder/image_client.go#L118
not enough return values
|
📎 Unit tests
Process completed with exit code 2.
|