19 lines
205 B
YAML
19 lines
205 B
YAML
language: go
|
|
|
|
go:
|
|
- '1.13'
|
|
- '1.14'
|
|
- '1.15'
|
|
- '1.16'
|
|
- '1.17'
|
|
- '1.18'
|
|
- '1.19'
|
|
- tip
|
|
- master
|
|
|
|
go_import_path: github.com/longsleep/rndm
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip master
|