feat(HMS-2255): launch to location of the resource group by default #3067
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
22s
🛠️ Go Build
40s
🎯 Code format & OpenAPI lint
2m 23s
🎯 Go linter
54s
📎 Unit tests
3m 7s
🗄 Integration tests
2m 55s
Annotations
10 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#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.
|