From 36951153718374a5aacc936f64d35f4d728f9086 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 30 Jun 2020 12:55:24 +0530 Subject: [PATCH] ci: update golang-ci to v1.27 Signed-off-by: Humble Chirammal --- build.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.env b/build.env index 212d10877..0e66c22d9 100644 --- a/build.env +++ b/build.env @@ -18,7 +18,7 @@ GOLANG_VERSION=1.13.9 GO111MODULE=on # static checks and linters -GOLANGCI_VERSION=v1.21.0 +GOLANGCI_VERSION=v1.27.0 GOSEC_VERSION=v2.3.0 # "go test" configuration