Skip to content

[WIP]create deployments commands #1822

[WIP]create deployments commands

[WIP]create deployments commands #1822

Triggered via pull request October 31, 2023 12:06
@zreigzzreigz
synchronize #455
deployments
Status Failure
Total duration 12m 5s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 errors
Lint: cmd/plural/api.go#L1
: # github.com/pluralsh/plural/cmd/plural
Lint: cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
Lint: cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment (typecheck)
Lint: main.go#L9
could not import github.com/pluralsh/plural/cmd/plural (-: # github.com/pluralsh/plural/cmd/plural
Lint: cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
Lint: cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment) (typecheck)
Lint: cmd/plural/api_test.go#L10
could not import github.com/pluralsh/plural/cmd/plural (-: # github.com/pluralsh/plural/cmd/plural
Lint: cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
Lint: cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment) (typecheck)
Lint: pkg/console/describe.go#L238
Error return value of `printers.WriteEscaped` is not checked (errcheck)
Build cloud image
buildx failed with: ERROR: failed to solve: Canceled: context canceled
Build image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags '-s -w -X \"github.com/pluralsh/plural/cmd/plural.Version=${APP_VSN}\" -X \"github.com/pluralsh/plural/cmd/plural.Commit=${APP_COMMIT}\" -X \"github.com/pluralsh/plural/cmd/plural.Date=${APP_DATE}\"' -o plural ." did not complete successfully: exit code: 1
Unit test: cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
Unit test: cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment
Unit test: cmd/plural/cd.go#L700
cannot use *existing.Version (variable of type string) as *string value in struct literal
Unit test: cmd/plural/cd.go#L903
cannot use c.String("version") (value of type string) as *string value in assignment
Unit test
Process completed with exit code 2.