mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
4df9c8d6a5
* github.com/russross/meddler v1.0.0 -> v1.0.1 * github.com/gin-gonic/gin v1.6.3 -> v1.7.4 * github.com/go-sql-driver/mysql v1.5.0 -> v1.6.0 * github.com/sirupsen/logrus v1.6.0 -> v1.8.1 * github.com/rs/zerolog v1.18.0 -> v1.25.0
17 lines
223 B
YAML
17 lines
223 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.4.x"
|
|
- "1.5.x"
|
|
- "1.6.x"
|
|
- "1.7.x"
|
|
- "1.8.x"
|
|
- "1.9.x"
|
|
- "1.10.x"
|
|
- "1.11.x"
|
|
- "1.12.x"
|
|
- "1.13.x"
|
|
- "1.14.x"
|
|
- "tip"
|
|
|
|
go_import_path: gopkg.in/yaml.v2
|