about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-27 20:46:06 +0100
committerEmile <hanemile@protonmail.com>2020-01-27 20:46:06 +0100
commit0475bc8be776ad6e5355d17a48858d989fc9c780 (patch)
tree19488b664fffeedb3a56181706bead3f14308e82
parent8f2dcaaea88e84fa851f4d740aece67d667c61ca (diff)
updated the drone file
-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