From 7265a5d60a8538fe2246b123f5db1a365774ac2a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 19 Dec 2023 16:31:24 +0100 Subject: [PATCH] refactor: use golangci-lint image --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64fa83f..5a09f3d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,9 +3,8 @@ kind: pipeline name: cairde steps: - name: make check - image: golang:1.21 + image: golangci-lint:v1.55.2 commands: - - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 - make check - name: make test