about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-27 20:46:37 +0100
committerEmile <hanemile@protonmail.com>2020-01-27 20:46:37 +0100
commit71bcc1bac69963fd4d016f9eac33b41b7c3e4fb2 (patch)
tree4e23cfd94fcff0ca551593f65c577318ff9992b7
parent0475bc8be776ad6e5355d17a48858d989fc9c780 (diff)
another update to the drone file
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index d792046..53eaafd 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,6 +7,6 @@ platform:
 
 steps:
 - name: build
-    image: golang:1-14rc
+    image: golang
     commands:
     - go build -o ssh-grab-passwords-map ./...
\ No newline at end of file