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