stack/.gitlab-ci.yml

12 lines
129 B
YAML

image: golang:alpine3.18
before_script:
- apk add --update git
build:
script:
- go build
test:
script:
- go test