about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 2a0c3fe..d792046 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,6 +7,6 @@ platform:
 
 steps:
 - name: build
-    image: golang:latest
+    image: golang:1-14rc
     commands:
     - go build -o ssh-grab-passwords-map ./...
\ No newline at end of file