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-03-16 01:14:41 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-03-16 01:14:41 +0300
commit4085c884f798af981c31148300e38735da5b8e81 (patch)
tree3fd4127739836fab9c06875a8541022d0c6da69d /.gitlab-ci.yml
parentf6ada25223c6f9b531a1e30da576ee042b361c2e (diff)
ci: start integrating go 1.18 into the CI pipelines
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3ffbfba8..e446cf2e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,7 +19,7 @@ include:
- local: .gitlab/ci/test.yml
default:
- image: golang:1.17
+ image: golang:1.18
tags:
- gitlab-org