From 5275939797618b4789508c3c94b4c3ebae756b45 Mon Sep 17 00:00:00 2001 From: jramsay Date: Fri, 15 Nov 2019 15:07:44 +0100 Subject: Drop support for Go 1.11 Closes: https://gitlab.com/gitlab-org/gitaly/issues/2076 --- proto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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) -- cgit v1.2.3