19 lines
351 B
YAML
19 lines
351 B
YAML
stages:
|
|
- build
|
|
- validate
|
|
- publish
|
|
|
|
variables:
|
|
GO_VERSION: "1.22"
|
|
GOLANGCI_LINT_VERISON: "v1.58.0"
|
|
|
|
include:
|
|
- project: 'developerdurp/yml'
|
|
ref: 'main'
|
|
file:
|
|
- 'pipelines/compliance.yml'
|
|
- 'pipelines/go-build.yml'
|
|
- 'pipelines/docker-build.yml'
|
|
- 'pipelines/linter.yml'
|
|
- 'pipelines/security.yml'
|