golangci-lint docker image
This commit is contained in:
parent
cddad744da
commit
030b69cc02
@ -7,8 +7,9 @@ steps:
|
||||
commands:
|
||||
- make test
|
||||
- name: lint
|
||||
image: golang:1.13
|
||||
image: golangci/golangci-lint:v1.23-alpine
|
||||
commands:
|
||||
- apk add --no-cache make
|
||||
- make lint
|
||||
- name: build
|
||||
image: golang:1.13
|
||||
|
Loading…
Reference in New Issue
Block a user