8000
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 cc25841 commit 7606f08Copy full SHA for 7606f08
.circleci/config.yml
@@ -4,7 +4,7 @@ jobs:
4
working_directory: /go/src/k8s.io/helm
5
parallelism: 3
6
docker:
7
- - image: golang:1.13.3
+ - image: golang:1.14
8
environment:
9
PROJECT_NAME: "kubernetes-helm"
10
steps:
Makefile
@@ -1,6 +1,6 @@
1
DOCKER_REGISTRY ?= gcr.io
2
IMAGE_PREFIX ?= kubernetes-helm
3
-DEV_IMAGE ?= golang:1.13.3
+DEV_IMAGE ?= golang:1.14
SHORT_NAME ?= tiller
SHORT_NAME_RUDDER ?= rudder
TARGETS ?= darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
0 commit comments