From fd6c9eeb747a78a868e47b88715e7f8037abe75f Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 8 Feb 2024 14:05:18 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.56.0 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1ef7f29c8..f83bd1b9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -132,7 +132,7 @@ steps: event: [ push, tag, pull_request ] - name: lint - image: golangci/golangci-lint:v1.55.2 + image: golangci/golangci-lint:v1.56.0 pull: always environment: GOPROXY: 'https://goproxy.kolaente.de'