go test requires gcc, which alpine doesn't have

This commit is contained in:
BroodjeAap 2022-07-27 16:57:04 +00:00
parent c8306d8c21
commit adc110120d

View file

@ -3,7 +3,7 @@ type: kubernetes
name: default
steps:
- name: test
image: golang:alpine
image: golang
commands:
- go build
- go test