mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-12 22:24:18 +01:00
19 lines
197 B
YAML
19 lines
197 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
- "1.13.x"
|
|
|
|
os:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
|
|
go_import_path: github.com/pierre-emmanuelJ/iptv-proxy
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go build -mod=vendor
|