diff --git a/build/ci/drone.yaml b/build/ci/drone.yaml new file mode 100644 index 0000000..5380988 --- /dev/null +++ b/build/ci/drone.yaml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: linux-amd64-taggedver + +platform: + arch: amd64 + os: linux + +steps: +- name: build_golang + image: golang + commands: + - go get + - go build .