Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-11-19 16:34:36 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-11-19 16:34:36 +0300
commit1b130a414536204204b6f998e3bbb4b01d79c6b5 (patch)
tree2515345acff0d60396de55166ce88d45e99ffa7b /proto
parenta88c07626fe3786f8574ba64c1ff7676eb1466ab (diff)
parent5275939797618b4789508c3c94b4c3ebae756b45 (diff)
Merge branch 'zj-drop-go-1.11' into 'master'
Drop support for Go 1.11 Closes #2076 See merge request gitlab-org/gitaly!1632
Diffstat (limited to 'proto')
-rw-r--r--proto/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/README.md b/proto/README.md
index 0b24bfcb7..40d93c278 100644
--- a/proto/README.md
+++ b/proto/README.md
@@ -274,7 +274,7 @@ 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 output of gzip). **Use the same Go version as .gitlab-ci.yml (Go
-1.11)** when generating new client libraries for a merge request.
+1.12)** when generating new client libraries for a merge request.
[DCO + License](CONTRIBUTING.md)