mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
16 lines
185 B
YAML
16 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
|