mirror of
https://codeberg.org/SafeTwitch/safetwitch-backend.git
synced 2024-12-21 20:53:00 -05:00
6 lines
No EOL
99 B
YAML
6 lines
No EOL
99 B
YAML
pipeline:
|
|
build:
|
|
image: docker.io/golang:latest
|
|
commands:
|
|
- go get
|
|
- go build |