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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-26 12:43:24 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-26 15:05:05 +0300
commit760fa47dbeefaa29d3668dabe5cd7e16afd77313 (patch)
tree0868cdaa89ed67b16e49ae383103c6595f65b538 /.gitlab-ci.yml
parent8695956fd0709f9cd78afeebe6378ccb3fc2d9e2 (diff)
ci: Upgrade linter to Go v1.14
The golangci-lint project only supported Go 1.13 until recently, but this has since changed as they now support Go up to version 1.15. Let's upgrade our CI job to thus also use the latest version supported by Gitaly, which is 1.14.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1304cdc52..0e020340b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -261,8 +261,7 @@ praefect_sql_test:
- make test-postgres
lint:
- # Only Go 1.13 currently officially supported
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-1.13-git-2.28
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-1.14-git-2.28
stage: test
retry: 2
script: