ihash/.drone.yml

10 lines
175 B
YAML
Raw Normal View History

2020-08-11 18:08:38 +08:00
kind: pipeline
type: docker
name: default
steps:
- name: build
pull: if-not-exists
image: golang:alpine
commands:
- go build -mod=vendor ihash.go