We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca7385 commit 1b0c202Copy full SHA for 1b0c202
.drone.yml
@@ -22,7 +22,7 @@ steps:
22
- name: deps
23
path: /go
24
commands:
25
- - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
+ - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s
26
- ./bin/golangci-lint run --timeout 5m
27
- rm -r ./bin/
28
0 commit comments