
We forgot to run typecheckrpc.go periodically and it didn't work anymore and there were some minor errors in service/rpc2/client.go. Rewrite typecheckrpc.go using go/packages, so that it works with go1.11 and go.mod, and fix the issues in client.go
12 lines
179 B
YAML
12 lines
179 B
YAML
language: go
|
|
go_import_path: github.com/pkg/profile
|
|
go:
|
|
- 1.4.3
|
|
- 1.5.2
|
|
- 1.6.3
|
|
- tip
|
|
|
|
script:
|
|
- go test github.com/pkg/profile
|
|
- go test -race github.com/pkg/profile
|