Skip to content

Commit

Permalink
use v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed Apr 16, 2020
1 parent a0fefca commit 62afa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- name: ls-lint
image: byrnedo/alpine-curl
commands:
- curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.8.1/ls-lint-linux && chmod +x ls-lint && ./ls-lint
- curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.8.0/ls-lint-linux && chmod +x ls-lint && ./ls-lint

- name: test
image: golang
Expand Down

0 comments on commit 62afa36

Please sign in to comment.