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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b2976948a..32b36f8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # See the _support/load-cluster/docker-compose.yml for an example of how to use # this image # -FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.11-git-2.21 +FROM registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.12-git-2.22 RUN mkdir -p /app/ruby -- cgit v1.2.3