mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
82dbb34c9c
* vendor update: go-gitlab to v0.31.0 * migrate client init to v0.31.0 * refactor
13 lines
104 B
YAML
Vendored
13 lines
104 B
YAML
Vendored
sudo: false
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.12.4
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make updatedeps test
|