This commit is contained in:
parent
3106ce22e8
commit
a34616a581
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user