@ -34,8 +34,18 @@ steps:
exclude:
- tag
- name: go-test
- name: go-build-1.14
image: golang:1.13
commands:
- go mod download
- CGO_ENABLED=0 go build -ldflags "-w -s" .
when:
event:
image: golang:1.14
- go test -v ./...