Skip to content

Commit

Permalink
fix(ci): golangci latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Feb 2, 2023
1 parent bca7385 commit 1b0c202
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 @@ -22,7 +22,7 @@ steps:
- name: deps
path: /go
commands:
- 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
- ./bin/golangci-lint run --timeout 5m
- rm -r ./bin/

Expand Down

0 comments on commit 1b0c202

Please sign in to comment.