Unverified Commit 9668ad4d authored by Matt Farina's avatar Matt Farina Committed by GitHub

Merge pull request #6698 from tao12345666333/update-to-go-1.13.3

Upgrade to go 1.13.3 (CVE-2019-17596)
parents 1ea5b848 30bccea7
......@@ -4,7 +4,7 @@ jobs:
working_directory: /go/src/k8s.io/helm
parallelism: 3
docker:
- image: golang:1.13.1
- image: golang:1.13.3
environment:
PROJECT_NAME: "kubernetes-helm"
steps:
......
DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= kubernetes-helm
DEV_IMAGE ?= golang:1.13.1
DEV_IMAGE ?= golang:1.13.3
SHORT_NAME ?= tiller
SHORT_NAME_RUDDER ?= rudder
TARGETS ?= darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le linux/s390x windows/amd64
......
Markdown is supported
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