update drone

master
李光春 3 years ago
parent 2bd0581bc1
commit 786a883c64

@ -0,0 +1,10 @@
kind: pipeline
type: docker # 使用docker
name: default
steps:
- name: go-library
image: golang
commands:
- go mod tidy
- ls -lh
Loading…
Cancel
Save