remove drone.yml
All checks were successful
Go / build (1.23) (push) Successful in 2m53s

This commit is contained in:
Colin Henry
2025-06-20 00:07:25 -07:00
parent 56752521c2
commit 475e091d21

View File

@@ -1,10 +0,0 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- go test ./...
- go build ./...