Merge branch 'master' of ssh://github.com/jessebye/argocd-image-updater #15
ci-tests.yaml
on: push
Ensure Go modules synchronicity
31s
Run codegen
4s
Ensure code is correctly linted
2m 11s
Ensure unit tests are passing
19s
Annotations
21 errors
Ensure unit tests are passing:
pkg/registry/client.go#L15
missing go.sum entry for module providing package github.com/distribution/distribution/v3 (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L16
missing go.sum entry for module providing package github.com/distribution/distribution/v3/manifest/manifestlist (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L17
missing go.sum entry for module providing package github.com/distribution/distribution/v3/manifest/ocischema (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L18
missing go.sum entry for module providing package github.com/distribution/distribution/v3/manifest/schema1 (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L19
missing go.sum entry for module providing package github.com/distribution/distribution/v3/manifest/schema2 (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/image/image.go#L10
missing go.sum entry for module providing package github.com/distribution/distribution/v3/reference (imported by github.com/argoproj-labs/argocd-image-updater/pkg/image); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L21
missing go.sum entry for module providing package github.com/distribution/distribution/v3/registry/client (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L22
missing go.sum entry for module providing package github.com/distribution/distribution/v3/registry/client/auth (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L23
missing go.sum entry for module providing package github.com/distribution/distribution/v3/registry/client/auth/challenge (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure unit tests are passing:
pkg/registry/client.go#L24
missing go.sum entry for module providing package github.com/distribution/distribution/v3/registry/client/transport (imported by github.com/argoproj-labs/argocd-image-updater/pkg/registry); to add:
|
Ensure Go modules synchronicity
Process completed with exit code 1.
|
Ensure code is correctly linted:
pkg/argocd/update.go#L224
creds declared and not used (typecheck)
|
Ensure code is correctly linted:
pkg/argocd/update_test.go#L1742
cannot use v1alpha1.ApplicationSource{…} (value of type "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1".ApplicationSource) as *"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1".ApplicationSource value in struct literal (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L52
undefined: distribution (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L53
undefined: distribution (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L54
undefined: distribution (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L200
ti declared and not used (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L201
logCtx declared and not used (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L202
info declared and not used (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L5
"crypto/sha256" imported and not used (typecheck)
|
Ensure code is correctly linted:
pkg/registry/client.go#L8
"github.com/argoproj/pkg/json" imported and not used (typecheck)
|