10 lines
89 B
YAML
10 lines
89 B
YAML
image: golang:alpine3.18
|
|
|
|
build:
|
|
script:
|
|
- go build
|
|
|
|
test:
|
|
script:
|
|
- go test
|