diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index a3f0b33..bcdb6a4 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -1,11 +1,21 @@ stages: - deploy +include: + - project: 'developerdurp/yml' + ref: 'main' + file: + - 'jobs/version.yml' + variables: GO_VERSION: "1.22" GOLANGCI_LINT_VERISON: "v1.58.0" UPLOAD_PACKAGE: "false" +version: + extends: .version + stage: .pre + build_go: stage: deploy allow_failure: false