mirror of
https://github.com/thomseddon/traefik-forward-auth.git
synced 2026-02-03 13:13:23 +00:00
- move directory structure - string based rule definition - use traefik rule parsing - drop toml config - new flag library - implement go dep
6 lines
84 B
YAML
6 lines
84 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- "1.12"
|
|
script: env GO111MODULE=on go test -v ./...
|