Skip to content

fix(envbuilder): make init command more readable #1176

fix(envbuilder): make init command more readable

fix(envbuilder): make init command more readable #1176

Triggered via pull request November 8, 2024 17:21
Status Failure
Total duration 2m 32s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
build
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
build
invalid operation: " " + line (mismatched types untyped string and rune)
build
Process completed with exit code 1.
test: cmd/envbuilder/main.go#L14
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
test: envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
test: envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
test: envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
test: envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune) (typecheck)
test: integration/integration_test.go#L29
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
test: envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
test: envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
test
Process completed with exit code 2.