Skip to content

Commit

Permalink
Fix CircleCI Go image
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Aug 7, 2022
1 parent af3640a commit 585b674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands:
jobs:
dep:
docker:
- image: circleci/golang:1.19
- image: cimg/go:1.19
environment: {}
working_directory: /go/src/github.com/hypnoglow/helm-s3
steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
helm plugin install https://github.com/hypnoglow/helm-s3.git --version ${version}
release:
docker:
- image: circleci/golang:1.19
- image: cimg/go:1.19
environment:
GOFLAGS: "-mod=vendor"
working_directory: /go/src/github.com/hypnoglow/helm-s3
Expand Down

0 comments on commit 585b674

Please sign in to comment.