Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GitLab CNG
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
projects.thm.de
GitLab CNG
Commits
9e371cab
Commit
9e371cab
authored
3 years ago
by
Jason Plum
Browse files
Options
Downloads
Patches
Plain Diff
Bump Go to 1.14.15
parent
7dd1df58
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ci_files/variables.yml
+1
-1
1 addition, 1 deletion
ci_files/variables.yml
gitlab-go/Dockerfile
+1
-1
1 addition, 1 deletion
gitlab-go/Dockerfile
gitlab-go/Dockerfile.build.ubi8
+1
-1
1 addition, 1 deletion
gitlab-go/Dockerfile.build.ubi8
with
3 additions
and
3 deletions
ci_files/variables.yml
+
1
−
1
View file @
9e371cab
...
...
@@ -9,7 +9,7 @@ variables:
GITALY_SERVER_VERSION
:
"
master"
GITLAB_PAGES_VERSION
:
"
master"
GIT_VERSION
:
"
2.29.0"
GO_VERSION
:
"
1.14.5"
GO_VERSION
:
"
1.14.
1
5"
KUBECTL_VERSION
:
"
1.14.10"
PG_VERSION
:
"
12.3"
MAILROOM_VERSION
:
"
0.0.10"
...
...
This diff is collapsed.
Click to expand it.
gitlab-go/Dockerfile
+
1
−
1
View file @
9e371cab
...
...
@@ -4,7 +4,7 @@ ARG FROM_IMAGE="$CI_REGISTRY_IMAGE/gitlab-ruby"
FROM
${FROM_IMAGE}:${TAG}
ARG
GO_VERSION=1.14.5
ARG
GO_VERSION=1.14.
1
5
ARG
BUILD_DIR=/tmp/build
ENV
GO_URL="https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz"
...
...
This diff is collapsed.
Click to expand it.
gitlab-go/Dockerfile.build.ubi8
+
1
−
1
View file @
9e371cab
...
...
@@ -2,7 +2,7 @@ ARG UBI_IMAGE=registry.access.redhat.com/ubi8/ubi:8.3
FROM ${UBI_IMAGE}
ARG GO_VERSION=1.14.5
ARG GO_VERSION=1.14.
1
5
RUN mkdir -p /assets/usr/local \
&& curl --retry 6 https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz -o go${GO_VERSION}.linux-amd64.tar.gz \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment