mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
944ddcf768
* go mod init; rm -rf vendor * tweak proto files and generation * go mod vendor * clean up build.go * protobuf literals in tests * downgrade gogo/protobuf
14 lines
153 B
YAML
14 lines
153 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.4.x
|
|
- 1.5.x
|
|
- 1.6.x
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|