1
0
mirror of https://github.com/octoleo/syncthing.git synced 2025-02-09 15:28:30 +00:00
Jakob Borg 944ddcf768
all: Become a Go module (fixes ) ()
* 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
2018-12-18 12:36:38 +01:00

10 lines
73 B
YAML

language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip