Skip to content
Snippets Groups Projects
Commit 189f4ead authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Contributions must use Go 1.8 to generate libs

parent 4e745ae3
No related branches found
No related tags found
1 merge request!4RPC's for 'Git smart HTTP' POST requests
Pipeline #
image: golang:1.7
image: golang:1.8
 
test:
script:
Loading
Loading
Loading
Loading
@@ -82,3 +82,13 @@ gRPC provides an implementation framework based on these Protobuf concepts.
clients.
1. Each RPC `FooBar` has its own `FooBarRequest` and `FooBarResponse`
message types.
## Contributing
The CI at https://gitlab.com/gitlab-org/gitaly-proto regenerates the
client libraries to guard against the mistake of updating the .proto
files but not the client libraries. This check uses `git diff` to look
for changes. Some of the code in the Go client libraries is sensitive
to implementation details of the Go standard library (specifically,
the ouput of gzip). **Use the same Go version as .gitlab-ci.yml (Go
1.8)** when generating new client libraries for a merge request.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment