1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 09:44:43 +00:00
Lunny Xiao 1dd3f19ee3
Use google/uuid to instead satori/go.uuid (#11943)
Co-authored-by: Lauris BH <lauris@nix.lv>
2020-06-18 17:18:44 +08:00

10 lines
76 B
YAML
Vendored

language: go
go:
- 1.4.3
- 1.5.3
- tip
script:
- go test -v ./...