From ac0150448726857d83d9b5ae4160eb2d2d25ec03 Mon Sep 17 00:00:00 2001 From: Florian Bauer Date: Mon, 21 Apr 2025 18:01:08 +0200 Subject: [PATCH] ci: update ci templates Signed-off-by: Florian Bauer --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50ebd61..4bbf952 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ stages: .semver_template_defaults: stage: release include: - - { project: fsrvcorp/templates, file: templates/language/go.yml, ref: 1.0.10 } - - { project: fsrvcorp/templates, file: templates/release/semver.yml, ref: 1.0.10 } + - { project: fsrvcorp/templates, file: templates/language/go.yml, ref: 1.0.12 } + - { project: fsrvcorp/templates, file: templates/release/semver.yml, ref: 1.0.12 } packages: stage: release