blurp/.drone.yml
decentral1se 6d3e713836
All checks were successful
continuous-integration/drone/push Build is passing
chore: update golang
2025-04-29 14:55:35 +02:00

9 lines
117 B
YAML

---
kind: pipeline
name: blurp
steps:
- name: build
image: golang:1.23
commands:
- go build -v ./...