fix drone ci lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-06-23 13:55:36 +03:00
parent 587676be58
commit 4a2e29a8a2

View File

@@ -13,7 +13,7 @@ steps:
- name: lint - name: lint
image: golangci/golangci-lint:v1.59-alpine image: golangci/golangci-lint:v1.59-alpine
commands: commands:
- golangci-lint run ./... - golangci-lint run --verbose --timeout=5m ./...
- name: test - name: test
image: golang:1.24-alpine image: golang:1.24-alpine