goharbor / acceleration-service

Provides a general service to support image acceleration based on kinds of accelerator like Nydus and eStargz etc.
Apache License 2.0
77 stars 27 forks source link

chore: update deps and fix lint #306

Closed Desiki-high closed 2 months ago

Desiki-high commented 2 months ago
  1. update all deps.
  2. use golangci-lint-action.
  3. fix deprecated lint.
    • "github.com/containerd/containerd/errdefs" move to "github.com/containerd/errdefs"
    • "github.com/containerd/containerd/platforms" move to "github.com/containerd/platforms"
    • "github.com/containerd/containerd/reference" move to "github.com/distribution/reference"