Skip to content

Commit

Permalink
Merge pull request #65 from codacy/fix/typo-in-workflow
Browse files Browse the repository at this point in the history
fix: Typo in workflow
  • Loading branch information
h314to authored Nov 29, 2022
2 parents fda36c3 + 3347fd7 commit f8c4292
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 @@ -54,7 +54,7 @@ jobs:

publish: # runs not using Workflows must have a `build` job as entry point
docker: # run the steps with Docker
- image: cimg/golang:1.19 #
- image: cimg/go:1.19 #

# directory where steps are run. Path must conform to the Go Workspace requirements
working_directory: ~/workdir/helm-ssm
Expand Down

0 comments on commit f8c4292

Please sign in to comment.