mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
5dbf36f356
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code
13 lines
124 B
YAML
13 lines
124 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
- stable
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
install:
|
|
- go get golang.org/x/lint/golint
|