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