Skip to content

Commit 1b0c202

Browse files
committed
fix(ci): golangci latest version
1 parent bca7385 commit 1b0c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
- name: deps
2323
path: /go
2424
commands:
25-
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1
25+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s
2626
- ./bin/golangci-lint run --timeout 5m
2727
- rm -r ./bin/
2828

0 commit comments

Comments
 (0)