mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
versions: Add gometalinter to versions database
Our tests CI is dependent on `gometalinter` which are run by the static checks script. However, `gometalinter` changes a lot and when it does, it breaks (what were) valid PRs. Add `gometalinter` to the versions database so we can pin the version we use to a known good one. Fixes #304. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
90e3ba6027
commit
a0b10838ee
@ -113,6 +113,11 @@ externals:
|
||||
meta:
|
||||
swarm-version: "1.12.1"
|
||||
|
||||
gometalinter:
|
||||
description: "utility to run various golang linters"
|
||||
url: "https://github.com/alecthomas/gometalinter"
|
||||
version: "v2.0.5"
|
||||
|
||||
kubernetes:
|
||||
description: "Kubernetes project container manager"
|
||||
url: "https://github.com/kubernetes/kubernetes"
|
||||
|
Loading…
Reference in New Issue
Block a user