From a0b10838eea402eb11cfffc0ccc7a02f5d179277 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 14 May 2018 15:39:45 +0100 Subject: [PATCH] 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 --- versions.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/versions.yaml b/versions.yaml index b31126c036..ab173d8633 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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"