pipeline: build: image: golang:1.23 commands: - make build - mkdir -p dist - mv alox.protogen dist/ artifacts: paths: - dist/alox.protogen