Skip to content

return nil fix

return nil fix #17

Triggered via push August 5, 2024 12:20
Status Failure
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: cmd/k3d/create.go#L34
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/argocd (imported by github.com/kubefirst/kubefirst/cmd/k3d); to add:
build: cmd/aws/create.go#L15
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/aws (imported by github.com/kubefirst/kubefirst/cmd/aws); to add:
build: cmd/letsencrypt.go#L12
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/certificates (imported by github.com/kubefirst/kubefirst/cmd); to add:
build: main.go#L20
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/configs (imported by github.com/kubefirst/kubefirst); to add:
build: cmd/akamai/command.go#L12
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/constants (imported by github.com/kubefirst/kubefirst/cmd/akamai); to add:
build: cmd/k3d/root-credentials.go#L12
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/credentials (imported by github.com/kubefirst/kubefirst/cmd/k3d); to add:
build: internal/common/common.go#L21
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/docker (imported by github.com/kubefirst/kubefirst/internal/common); to add:
build: internal/launch/cmd.go#L21
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/downloadManager (imported by github.com/kubefirst/kubefirst/internal/launch); to add:
build: cmd/k3d/create.go#L28
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/gitClient (imported by github.com/kubefirst/kubefirst/cmd/k3d); to add:
build: internal/gitShim/init.go#L14
missing go.sum entry for module providing package github.com/kubefirst/kubefirst-api/pkg/github (imported by github.com/kubefirst/kubefirst/cmd/k3d); to add:
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/