Skip to content

update Go packages to support the latest AWS instance types #28

update Go packages to support the latest AWS instance types

update Go packages to support the latest AWS instance types #28

Triggered via push January 5, 2026 06:38
Status Failure
Total duration 1m 18s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors
golangci
issues found
golangci: main.go#L170
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)