Skip to content

Fix user-data to handle AMIs without pre-extracted runner #29

Fix user-data to handle AMIs without pre-extracted runner

Fix user-data to handle AMIs without pre-extracted runner #29

Triggered via push January 11, 2026 01:44
Status Failure
Total duration 1m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci: main.go#L51
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
golangci: main.go#L407
break with no blank line before (nlreturn)
golangci: main.go#L397
continue with no blank line before (nlreturn)
golangci: main.go#L260
return with no blank line before (nlreturn)
golangci: main.go#L240
return with no blank line before (nlreturn)
golangci: main.go#L53
return with no blank line before (nlreturn)
golangci: main.go#L84
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
golangci: main.go#L70
File is not properly formatted (golines)
golangci: main.go#L443
Function `handleWebhook` should pass the context parameter (contextcheck)
golangci: main.go#L428
Function `handleMaintenance` should pass the context parameter (contextcheck)