ci: raising golangci-lint version

This commit is contained in:
Marvin Preuss 2021-08-20 13:02:16 +02:00
parent d5882c0243
commit 853c7734e6

View File

@ -11,7 +11,7 @@ steps:
- git fetch --tags
- name: lint
image: golangci/golangci-lint:v1.41.1
image: golangci/golangci-lint:v1.42.0
commands:
- make install-tools
- make lint
@ -20,6 +20,7 @@ steps:
- name: test
image: golang:1.16
pull: always
commands:
- make test
depends_on: