Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-28 02:57:33 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:11:34 +0300
commitfcc4821ce03aa2f1c44c9a4b705f691e648de0d4 (patch)
treeeab631a5ff0dd9332ff2e03afe5f93d4e68d8225 /Makefile.build.mk
parent08d8a8c4b27ec66485dbc4cbcb0d9088ba52720b (diff)
Use custom code_quality job inspired by the runner
Diffstat (limited to 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index b203cf4f..9cfcf69b 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -1,4 +1,4 @@
-GOLANGCI_LINT_VERSION := v1.25.1 # version used by $GOLANGCI_LINT_IMAGE
+GOLANGCI_LINT_VERSION := v1.27.0 # version used by $GOLANGCI_LINT_IMAGE
.PHONY: all setup generate-mocks build clean