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

This commit is contained in:
2024-01-25 23:59:40 +03:00
parent 504a2369de
commit b98f31c891

View File

@@ -154,12 +154,12 @@ steps:
- name: test
image: golang
commands:
- cd provider/definition
- cd definition
- go test ./...
- name: golangci-lint
image: golangci/golangci-lint:v1.55
commands:
- cd provider/definition
- cd definition
- golangci-lint run