This commit is contained in:
2024-05-05 08:37:35 -05:00
parent f1d097a01a
commit 70823bb3ed
10 changed files with 37 additions and 20 deletions

View File

@@ -3,8 +3,8 @@ stages:
- deploy
variables:
GO_VERSION: "1.20"
GOLANGCI_LINT_VERISON: "v1.55.2"
GO_VERSION: "1.22"
GOLANGCI_LINT_VERISON: "v1.58.0"
gitlab_generic_package:
stage: deploy
@@ -19,10 +19,10 @@ gitlab_generic_package:
rules:
- if: '$PIPELINE =~ /gitlab/'
build_go_api:
build_go:
stage: deploy
needs:
- job: compliance
#needs:
# - job: compliance
trigger:
include:
- project: 'developerdurp/yml'