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