aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml16
1 files changed, 4 insertions, 12 deletions
diff --git a/.drone.yml b/.drone.yml
index 6dc32e9..5790c3f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,14 +1,6 @@
----
-kind: pipeline
-type: docker
-name: default
-
-trigger:
- branch:
- - master
-
-steps:
- - name: test
- image: golang:1.14.15
+pipeline:
+ run_golang:
+ group: build
+ image: golang:1.18.5
commands:
- go test ./...