From 7ab37a69405f50f66907d20658181fde2dbd871f Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Mon, 22 Apr 2024 16:07:54 +0200 Subject: [PATCH] [chore] Update golangci-lint to 1.25.7 Newer version should know about Go 1.22 and run fine. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8ccadbc76..e44ba0507 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: # We use golangci-lint for linting. # See: https://golangci-lint.run/ - name: lint - image: golangci/golangci-lint:v1.55.0 + image: golangci/golangci-lint:v1.57.2 volumes: - name: go-build-cache path: /root/.cache/go-build