Anja Freudenreich 832df8a9e1
Some checks failed
continuous-integration/drone/push Build is failing
.drone.yml hinzugefügt
2025-02-13 10:34:58 +00:00

11 lines
128 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test