mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
6c6607ae68
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
11 lines
125 B
YAML
11 lines
125 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v ./...
|
|
- go get -u github.com/stretchr/testify/require
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- tip
|