go test requires gcc, which alpine doesn't have
This commit is contained in:
parent
c8306d8c21
commit
adc110120d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ type: kubernetes
|
||||||
name: default
|
name: default
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:alpine
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
- go test
|
- go test
|
||||||
|
|
Loading…
Add table
Reference in a new issue