Updating the circleci image we use

The previous circleci images were deprecated and no longer getting
updates. The version of Go included had known CVEs. This moves to
the newer images which container newer patch versions of Go.

Closes #11105

Signed-off-by: Matt Farina <matt@mattfarina.com>
pull/11161/head
Matt Farina 3 years ago
parent a7c043acb5
commit a2d079248b

@ -5,7 +5,7 @@ jobs:
build: build:
working_directory: ~/helm.sh/helm working_directory: ~/helm.sh/helm
docker: docker:
- image: circleci/golang:1.17 - image: cimg/go:1.17
auth: auth:
username: $DOCKER_USER username: $DOCKER_USER

Loading…
Cancel
Save