Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
versions: Add gometalinter to versions database
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jodh-intel committed May 14, 2018
1 parent 90e3ba6 commit a0b1083
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0b1083

Please sign in to comment.