From 1b0c202d63d544687fec0fe85c0d75e50b4b3b1c Mon Sep 17 00:00:00 2001 From: Paul Lhussiez Date: Thu, 2 Feb 2023 16:20:30 +0100 Subject: [PATCH] fix(ci): golangci latest version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c048e9d..4f95da6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - name: deps path: /go commands: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.50.1 + - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s - ./bin/golangci-lint run --timeout 5m - rm -r ./bin/