update config drone
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
andrey1s
2022-09-24 21:24:11 +03:00
parent 2d9066865b
commit d96a7ab4e5

View File

@@ -18,7 +18,7 @@ steps:
commands:
- go test ./...
- name: example golangci-lint
- name: scripts golangci-lint
image: golangci/golangci-lint:v1.49
volumes:
- name: deps
@@ -27,7 +27,7 @@ steps:
- cd scripts
- golangci-lint run --timeout 5m
- name: example test
- name: scripts test
image: golang
volumes:
- name: deps