mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
1cdab13068
commit
c16dfadf7b
3 changed files with 33 additions and 0 deletions
11
pipeline.yml
11
pipeline.yml
|
|
@ -6,6 +6,15 @@ variables:
|
|||
GO_VERSION: "1.20"
|
||||
GOLANGCI_LINT_VERISON: "v1.55.2"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
compliance:
|
||||
stage: compliance
|
||||
trigger:
|
||||
|
|
@ -42,3 +51,5 @@ build_go_api:
|
|||
- 'pipelines/golang.yml'
|
||||
rules:
|
||||
- if: '$PIPELINE =~ /goapi/'
|
||||
exists:
|
||||
- "go.mod"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue