Skip to content

Commit

Permalink
Updating the circleci image we use
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mattfarina committed Jul 18, 2022
1 parent a7c043a commit a2d0792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/helm.sh/helm
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.17

auth:
username: $DOCKER_USER
Expand Down

0 comments on commit a2d0792

Please sign in to comment.