mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 21:31:02 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
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
|