golangci-lint docker image

This commit is contained in:
Marvin Steadfast 2020-02-12 11:16:46 +01:00
parent cddad744da
commit 030b69cc02

View File

@ -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