Browse Source

update pipelline

pull/10/head
andrey 11 months ago
parent
commit
3bd0cf916a
  1. 5
      .drone.yml

5
.drone.yml

@ -17,11 +17,16 @@ steps:
commands:
- golangci-lint run
volumes:
- name: deps
temp: {}
---
kind: pipeline
type: docker
name: otel
steps:
- name: test
image: golang:1.21.5
volumes:

Loading…
Cancel
Save