mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 02:42:14 +01:00
18 lines
239 B
YAML
18 lines
239 B
YAML
language: go
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.0.x
|
|
- go: 1.1.x
|
|
- go: 1.2.x
|
|
- go: 1.3.x
|
|
- go: 1.4.x
|
|
- go: 1.5.x
|
|
- go: 1.6.x
|
|
- go: 1.7.x
|
|
- go: 1.8.x
|
|
- go: 1.9.x
|
|
- go: tip
|
|
allow_failures:
|
|
- go: tip
|