From 787d6585adaf30ca997a07ef8e6d1c8f25ef406c Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Sat, 23 Mar 2019 20:26:29 +0800 Subject: [PATCH] lint: set golangci-lint.version to d278457390d8c314192c08a7024e4648c40883af Using d278457390d8c314192c08a7024e4648c40883af for now as v1.15.0 does not compile with golang 1.12+ and HEAD cannot pass test with golang 1.10.8. Will be pegged to other version once there is a verion can work OK with golang 1.12+ and golang 1.10.8. Fixes: #1345 Signed-off-by: Hui Zhu --- versions.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/versions.yaml b/versions.yaml index f8abc7594..7bc0088a9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -52,7 +52,11 @@ externals: golangci-lint: description: "utility to run various golang linters" url: "github.com/golangci/golangci-lint" - # Using HEAD for now as v1.15.0 does not compile with golang 1.12+. Will be - # pegged to the next release once it comes out. + # Using d278457390d8c314192c08a7024e4648c40883af for now as + # v1.15.0 does not compile with golang 1.12+ and HEAD cannot + # pass test with golang 1.10.8. + # Will be pegged to other version once there is a verion + # can work OK with golang 1.12+ and golang 1.10.8. # https://github.com/kata-containers/tests/issues/1329 - version: "HEAD" + # https://github.com/kata-containers/tests/issues/1345 + version: "d278457390d8c314192c08a7024e4648c40883af"