Skip to content

Commit

Permalink
update to ls-lint v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loeffel-io committed May 25, 2022
1 parent 821e141 commit 3d00746
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 @@ -21,7 +21,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.11.0/ls-lint-linux && chmod +x ls-lint && ./ls-lint
- curl -sL -o ls-lint https://github.com/loeffel-io/ls-lint/releases/download/v1.11.1/ls-lint-linux && chmod +x ls-lint && ./ls-lint

- name: test
image: golang:1.18
Expand Down

0 comments on commit 3d00746

Please sign in to comment.