Unverified Commit e5edbbee authored by ialidzhikov's avatar ialidzhikov Committed by Matthew Fisher
Browse files

Upgrade golang to 1.13


Signed-off-by: default avatarialidzhikov <i.alidjikov@gmail.com>
Showing with 2 additions and 2 deletions
+2 -2
......@@ -4,7 +4,7 @@ jobs:
working_directory: /go/src/k8s.io/helm
parallelism: 3
docker:
- image: golang:1.12.5
- image: golang:1.13.0
environment:
PROJECT_NAME: "kubernetes-helm"
steps:
......
DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= kubernetes-helm
DEV_IMAGE ?= golang:1.12.5
DEV_IMAGE ?= golang:1.13.0
SHORT_NAME ?= tiller
SHORT_NAME_RUDDER ?= rudder
TARGETS ?= darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment