ci-includes-yml/pipeline.yml

19 lines
281 B
YAML
Raw Normal View History

2023-11-25 05:17:14 -06:00
stages:
2024-05-05 10:05:11 -05:00
- build
2023-11-25 08:01:22 -06:00
2023-11-25 07:55:36 -06:00
variables:
2024-05-05 08:37:35 -05:00
GO_VERSION: "1.22"
GOLANGCI_LINT_VERISON: "v1.58.0"
2023-11-25 05:17:14 -06:00
2024-05-05 13:57:52 -05:00
build_go:
stage: deploy
trigger:
include:
- project: 'developerdurp/yml'
ref: 'main'
file:
- 'pipelines/go-build.yml'
rules:
exists:
- "go.mod"