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>2022-04-26 01:22:38 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-06 13:54:48 +0300
commitba65c68eeb0b23d0d227f96fbe698e016b41d9bb (patch)
treed7e5f20fc027a4ffd5d47643bbf790d3005c9aac /.gitlab/ci/test.yml
parent413d38fbd39fc3870ee5668ce69ee50d952deb73 (diff)
Bump golangci-lint to 1.46.2
Diffstat (limited to '.gitlab/ci/test.yml')
-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 5c8e783b..4f6fd523 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -43,7 +43,7 @@ cover:
code_quality:
extends: .tests-common
- image: golangci/golangci-lint:v1.44.0
+ image: golangci/golangci-lint:v1.46.2
variables:
REPORT_FILE: gl-code-quality-report.json
LINT_FLAGS: "--color never --deadline 15m"