8000 fix(ci): use go 1.14 (#8288) · helm/helm@7606f08 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7606f08

Browse files
authored
fix(ci): use go 1.14 (#8288)
Signed-off-by: Adam Reese <adam@reese.io>
1 parent cc25841 commit 7606f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
working_directory: /go/src/k8s.io/helm
55
parallelism: 3
66
docker:
7-
- image: golang:1.13.3
7+
- image: golang:1.14
88
environment:
99
PROJECT_NAME: "kubernetes-helm"
1010
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOCKER_REGISTRY ?= gcr.io
22
IMAGE_PREFIX ?= kubernetes-helm
3-
DEV_IMAGE ?= golang:1.13.3
3+
DEV_IMAGE ?= golang:1.14
44
SHORT_NAME ?= tiller
55
SHORT_NAME_RUDDER ?= rudder
66
TARGETS ?= darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64

0 commit comments

Comments
 (0)
0