Skip to content

Bump github.com/fluxcd/source-controller/api from 1.0.0-rc.1 to 1.2.3 #779

Bump github.com/fluxcd/source-controller/api from 1.0.0-rc.1 to 1.2.3

Bump github.com/fluxcd/source-controller/api from 1.0.0-rc.1 to 1.2.3 #779

Triggered via pull request December 19, 2023 09:56
Status Failure
Total duration 2m 26s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager -ldflags \"-X main.Version=${VERSION}\" main.go version.go" did not complete successfully: exit code: 1
test
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
test
cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
test
cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
test
cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
test
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
test
unknown field MetricsBindAddress in struct literal of type manager.Options
test
unknown field CertDir in struct literal of type manager.Options
test
unknown field Port in struct literal of type manager.Options
test
Process completed with exit code 2.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/