mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
15 lines
185 B
YAML
15 lines
185 B
YAML
branches: main
|
|
|
|
matri:
|
|
GO_VERSION:
|
|
- 1.14
|
|
- 1.13
|
|
|
|
steps:
|
|
test:
|
|
image: golang:${GO_VERSION}
|
|
commands:
|
|
- echo "test ${DATABAS}"
|
|
|
|
build:
|
|
commands: go build
|