Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
c2440264
Unverified
Commit
c2440264
authored
5 years ago
by
Jintao Zhang
Committed by
Matt Farina
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Upgrade to golang 1.13.3
Signed-off-by:
Jintao Zhang
<
zhangjintao9020@gmail.com
>
parent
d6580a1c
release-2.15
v2.15.2
v2.15.1
v2.15.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+1
-1
.circleci/config.yml
Makefile
+1
-1
Makefile
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
+
1
−
1
View file @
c2440264
...
@@ -4,7 +4,7 @@ jobs:
...
@@ -4,7 +4,7 @@ jobs:
working_directory
:
/go/src/k8s.io/helm
working_directory
:
/go/src/k8s.io/helm
parallelism
:
3
parallelism
:
3
docker
:
docker
:
-
image
:
golang:1.13.
1
-
image
:
golang:1.13.
3
environment
:
environment
:
PROJECT_NAME
:
"
kubernetes-helm"
PROJECT_NAME
:
"
kubernetes-helm"
steps
:
steps
:
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
c2440264
DOCKER_REGISTRY
?=
gcr.io
DOCKER_REGISTRY
?=
gcr.io
IMAGE_PREFIX
?=
kubernetes-helm
IMAGE_PREFIX
?=
kubernetes-helm
DEV_IMAGE
?=
golang:1.13.
1
DEV_IMAGE
?=
golang:1.13.
3
SHORT_NAME
?=
tiller
SHORT_NAME
?=
tiller
SHORT_NAME_RUDDER
?=
rudder
SHORT_NAME_RUDDER
?=
rudder
TARGETS
?=
darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
TARGETS
?=
darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Explore
Projects
Groups
Topics
Snippets