We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab49eae commit 46e18c9Copy full SHA for 46e18c9
Changelog.md
@@ -5,6 +5,7 @@ https://gitlab.com/gitlab-org/gitlab-foss/blob/master/CHANGELOG.md) for the list
5
6
**12.5.4**
7
- gitlab: upgrade CE to v12.5.4
8
+- Update golang to 1.12.14
9
10
**12.5.3**
11
- gitlab: upgrade CE to v12.5.3
Dockerfile
@@ -6,7 +6,7 @@ ARG VERSION=12.5.4
ENV GITLAB_VERSION=${VERSION} \
RUBY_VERSION=2.6 \
- GOLANG_VERSION=1.12.12 \
+ GOLANG_VERSION=1.12.14 \
GITLAB_SHELL_VERSION=10.2.0 \
GITLAB_WORKHORSE_VERSION=8.14.1 \
12
GITLAB_PAGES_VERSION=1.12.0 \
0 commit comments