From 8fdb620349ef577b19801127d4404616a5c823af Mon Sep 17 00:00:00 2001 From: "Klos, Jan" Date: Mon, 17 Jun 2019 16:06:04 +0200 Subject: [PATCH] update golang to 1.12.6 --- Changelog.md | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index b56d4493..37b89d0e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,7 +6,7 @@ https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) for the list o **11.11.3** - gitlab: upgrade CE to v11.11.3 - Update gitaly to 1.42.4 -- Update golang to 1.12.5 +- Update golang to 1.12.6 **11.11.2** - gitlab: upgrade CE to v11.11.2 diff --git a/Dockerfile b/Dockerfile index a03e3742..5a44628f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG VERSION=11.11.3 ENV GITLAB_VERSION=${VERSION} \ RUBY_VERSION=2.5 \ - GOLANG_VERSION=1.12.5 \ + GOLANG_VERSION=1.12.6 \ GITLAB_SHELL_VERSION=9.1.0 \ GITLAB_WORKHORSE_VERSION=8.7.0 \ GITLAB_PAGES_VERSION=1.5.0 \