From 6f2cb1b9ada6e0805752d7da9fd50d9d850b7898 Mon Sep 17 00:00:00 2001 From: tsmethurst Date: Wed, 11 Aug 2021 22:09:11 +0200 Subject: [PATCH] messing about with drone.yml --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e70e461ea..b041ddb4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,9 @@ type: docker name: default steps: - name: lint - image: golang + image: golangci/golangci-lint:v1.41.1 commands: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.41.1 - - golangci-lint run + - golangci-lint run --timeout 5m0s --tests=false - name: test image: golang environment: