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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-07-30 08:18:52 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-08-02 11:08:38 +0300
commitec383fe97bffbca43d6161059a11fb2e2d47fb18 (patch)
treed9b85a9be0336990d6d3ed8b119a31feffbc514e /.gitlab
parentd085bd88a3398b9c9f36f63801165af8fb0c51f5 (diff)
ci: bump golanci-lint image to 1.41.1
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/ci/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 20651186..26107b85 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -69,7 +69,7 @@ cover:
code_quality:
extends: .tests-common
- image: golangci/golangci-lint:v1.27.0
+ image: golangci/golangci-lint:v1.41.1
variables:
REPORT_FILE: gl-code-quality-report.json
LINT_FLAGS: "--color never --deadline 15m"