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
|
||||
steps:
|
||||
- name: test
|
||||
image: golang:alpine
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
|
Loading…
Add table
Reference in a new issue