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 name: elbot
steps: steps:
- name: try build - name: build
image: golang:1.12 image: golang:1.16
commands: commands:
- go build - go build
- name: try test - name: test
image: golang:1.12 image: golang:1.16
commands: commands:
- go test - go test