ci: fixed golangci-lint versions
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Steadfast 2021-05-10 13:25:45 +02:00
parent 3b630a6dbd
commit cdc35d2992

View File

@ -9,7 +9,7 @@ steps:
- git fetch --tags - git fetch --tags
- name: lint - name: lint
image: golangci/golangci-lint:latest image: golangci/golangci-lint:v1.39.0
commands: commands:
- make install-tools - make install-tools
- make lint - make lint
@ -59,6 +59,7 @@ steps:
- tags - tags
- lint - lint
- test - test
- docker
when: when:
event: event:
- tag - tag