mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-29 08:17:31 -04:00
3270e7a443
* Update go-swagger * vendor
10 lines
91 B
YAML
Vendored
10 lines
91 B
YAML
Vendored
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
- go test -bench . -benchmem
|