dataRT/.drone.yml

12 lines
185 B
YAML
Raw Normal View History

2025-01-22 17:06:43 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang:latest
environment:
GO111MODULE: on
GOPROXY: https://goproxy.cn,direct
commands:
- go build