diff options
author | Emile <hanemile@protonmail.com> | 2020-01-27 20:46:37 +0100 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2020-01-27 20:46:37 +0100 |
commit | 71bcc1bac69963fd4d016f9eac33b41b7c3e4fb2 (patch) | |
tree | 4e23cfd94fcff0ca551593f65c577318ff9992b7 | |
parent | 0475bc8be776ad6e5355d17a48858d989fc9c780 (diff) |
another update to 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 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 |