mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
f5abe2f563
* Upgrade blevesearch dependency to v2.0.1 * Update rupture to v1.0.0 * Fix test
16 lines
191 B
YAML
Vendored
16 lines
191 B
YAML
Vendored
language: go
|
|
|
|
go:
|
|
- "1.13.x"
|
|
- "1.14.x"
|
|
- "1.15.x"
|
|
|
|
before_script:
|
|
- go get -u golang.org/x/lint/golint
|
|
|
|
script:
|
|
- go vet
|
|
- golint -set_exit_status
|
|
- go build
|
|
- go test -race
|