refactor: use golangci-lint image
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
decentral1se 2023-12-19 16:31:24 +01:00
parent 5f9705d5cf
commit 7265a5d60a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 2 deletions

View File

@ -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