update zap/logrus hanler (#1)
Co-authored-by: andrey1s <andrey_simfi@list.ru> Reviewed-on: #1 Co-authored-by: andrey <andrey@4devs.io> Co-committed-by: andrey <andrey@4devs.io>
This commit was merged in pull request #1.
This commit is contained in:
34
.drone.yml
34
.drone.yml
@@ -3,7 +3,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:1.14.2
|
||||
image: golang:1.17.1
|
||||
volumes:
|
||||
- name: deps
|
||||
path: /go/src/mod
|
||||
@@ -11,40 +11,10 @@ steps:
|
||||
- go test
|
||||
|
||||
- name: golangci-lint
|
||||
image: golangci/golangci-lint:v1.29
|
||||
image: golangci/golangci-lint:v1.42
|
||||
commands:
|
||||
- golangci-lint run
|
||||
|
||||
- name: logrus golangci-lint
|
||||
image: golangci/golangci-lint:v1.29
|
||||
commands:
|
||||
- cd logrus
|
||||
- golangci-lint run
|
||||
|
||||
- name: logrus test
|
||||
image: golang:1.14.2
|
||||
volumes:
|
||||
- name: deps
|
||||
path: /go/src/mod
|
||||
commands:
|
||||
- cd logrus
|
||||
- go test
|
||||
|
||||
- name: zap golangci-lint
|
||||
image: golangci/golangci-lint:v1.29
|
||||
commands:
|
||||
- cd zap
|
||||
- golangci-lint run
|
||||
|
||||
- name: zap test
|
||||
image: golang:1.14.2
|
||||
volumes:
|
||||
- name: deps
|
||||
path: /go/src/mod
|
||||
commands:
|
||||
- cd zap
|
||||
- go test
|
||||
|
||||
volumes:
|
||||
- name: deps
|
||||
temp: {}
|
||||
|
||||
Reference in New Issue
Block a user