mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-31 00:36:35 +00:00
14 lines
168 B
YAML
14 lines
168 B
YAML
---
|
|
language: go
|
|
go:
|
|
- tip
|
|
- 1.12.x
|
|
- 1.11.x
|
|
- 1.10.x
|
|
- 1.9.x
|
|
- 1.8.x
|
|
sudo: false
|
|
|
|
# Forks will use that path for checkout
|
|
go_import_path: github.com/certifi/gocertifi
|