diff options
author | Emile <hanemile@protonmail.com> | 2020-01-27 20:46:06 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-27 20:46:06 +0100 |
commit | 0475bc8be776ad6e5355d17a48858d989fc9c780 (patch) | |
tree | 19488b664fffeedb3a56181706bead3f14308e82 | |
parent | 8f2dcaaea88e84fa851f4d740aece67d667c61ca (diff) |
updated the drone file
-rw-r--r-- | .drone.yml | 2 |
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 |