stack/.gitlab-ci.yml

9 lines
88 B
YAML
Raw Permalink Normal View History

2023-07-06 21:47:36 +00:00
image: golang:alpine3.18
2023-07-06 21:45:06 +00:00
build:
script:
- go build
test:
script:
- go test