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:
authorJanis Altherr <jaltherr@gitlab.com>2023-11-30 13:55:02 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2023-11-30 13:55:02 +0300
commit6a24fdb306fe11844e24b71317fc06a66585c483 (patch)
tree3e061e2c84b7034626e290a415913f2646827fae /.gitlab-ci.yml
parent121f1e96d05346988e88349597ee4992dfdd9b15 (diff)
Update dependencies to latest version
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 72c08c49..0dc7d740 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ include:
- if: '$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_PATH == "gitlab-org/security/gitlab-pages"'
default:
- image: golang:1.18
+ image: golang:1.19
tags:
- gitlab-org