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 name: default
steps: steps:
- name: test - name: test
image: golang:alpine image: golang
commands: commands:
- go build - go build
- go test - go test