From 853c7734e67573d71ca6c7934af9478358209b90 Mon Sep 17 00:00:00 2001 From: Marvin Preuss Date: Fri, 20 Aug 2021 13:02:16 +0200 Subject: [PATCH] ci: raising golangci-lint version --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 86c4126..698af01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: