mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:47:40 -04:00
a9b4c8171f
* update gopkg.in/src-d/go-git.v4 v4.13.0 * mod tidy * vendor
15 lines
169 B
YAML
15 lines
169 B
YAML
go_import_path: github.com/kevinburke/ssh_config
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- master
|
|
|
|
before_script:
|
|
- go get -u ./...
|
|
|
|
script:
|
|
- make race-test
|