mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00:00
versions: Remove golangci-lint and gometalinter entries
Removed the `golangci-lint` and `gometalinter` entries from the versions database:
- The `golangci-lint` package is now tracked in the `tests` versions database:
https://github.com/kata-containers/tests/blob/master/versions.yaml
- The `gometalinter` package is no longer used.
See:
- https://github.com/kata-containers/tests/issues/1323
- d676140510
Fixes: #2636.
Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
6e7dd435a2
commit
dbc1c30d9e
@ -216,19 +216,6 @@ externals:
|
||||
meta:
|
||||
swarm-version: "1.12.1"
|
||||
|
||||
gometalinter:
|
||||
description: "Utility to run various golang linters"
|
||||
url: "https://github.com/alecthomas/gometalinter"
|
||||
uscan-url: >-
|
||||
https://github.com/alecthomas/gometalinter/tags
|
||||
.*/v?([\d\.]+)\.tar\.gz
|
||||
version: "v2.0.5"
|
||||
|
||||
golangci-lint:
|
||||
description: "Utility to run various golang linters"
|
||||
url: "https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
|
||||
version: "v1.15.0"
|
||||
|
||||
kubernetes:
|
||||
description: "Kubernetes project container manager"
|
||||
url: "https://github.com/kubernetes/kubernetes"
|
||||
|
Loading…
Reference in New Issue
Block a user