mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 12:36:13 +01:00
3270e7a443
* Update go-swagger * vendor
9 lines
91 B
YAML
Vendored
9 lines
91 B
YAML
Vendored
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- tip
|
|
|
|
script:
|
|
- go test
|
|
- go test -bench . -benchmem
|