From 6c868f766033f9fb965ca70afc8d1c0c40b38935 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Wed, 16 Oct 2019 06:51:15 +0400 Subject: [PATCH] Update golangci-lint --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f183625..8c5b467 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: environment: GOFLAGS: -mod=vendor - name: lint - image: golangci/golangci-lint:v1.19.1 + image: golangci/golangci-lint:v1.21.0 commands: - golangci-lint -v run environment: @@ -22,4 +22,4 @@ steps: password: from_secret: registry_password repo: fat0troll/fwzookeeper - auto_tag: true \ No newline at end of file + auto_tag: true