stack/.gitlab-ci.yml

9 lines
82 B
YAML

image: golang:1.20
build:
script:
- go build
test:
script:
- go test