Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mihai Moldovanu 2022-03-11 15:52:40 +00:00
parent 3106ce22e8
commit a34616a581

View File

@ -4,11 +4,11 @@ type: kubernetes
name: elbot
steps:
- name: try build
image: golang:1.12
- name: build
image: golang:1.16
commands:
- go build
- name: try test
image: golang:1.12
- name: test
image: golang:1.16
commands:
- go test