stack/.gitlab-ci.yml

9 lines
88 B
YAML

image: golang:alpine3.18
build:
script:
- go build
test:
script:
- go test