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-09-09 07:01:06 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-18 22:19:41 +0300
commit32f24f0578f90892ac1e99e6811e08231d3404df (patch)
treee88c5fa466fcd9d99c39cc8ea415d927f642106e /.gitlab
parentf6101e392fc2141b15d092415cf5451680df68df (diff)
ci: bump golangci image to 1.43.0
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 801c1ca8..8a44bbde 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.41.1
+ image: golangci/golangci-lint:v1.43.0
variables:
REPORT_FILE: gl-code-quality-report.json
LINT_FLAGS: "--color never --deadline 15m"