mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-28 14:38:48 +02:00
13 lines
112 B
YAML
13 lines
112 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|