Files
yml/pipeline.yml
2024-05-05 14:00:40 -05:00

19 lines
281 B
YAML

stages:
- build
variables:
GO_VERSION: "1.22"
GOLANGCI_LINT_VERISON: "v1.58.0"
build_go:
stage: deploy
trigger:
include:
- project: 'developerdurp/yml'
ref: 'main'
file:
- 'pipelines/go-build.yml'
rules:
- exists:
- "go.mod"