We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 394a4a6 + 23c4a2d commit 2861d23Copy full SHA for 2861d23
.circleci/config.yml
@@ -56,9 +56,10 @@ jobs:
56
publish: # runs not using Workflows must have a `build` job as entry point
57
docker: # run the steps with Docker
58
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
59
- - image: circleci/golang:1.12 #
+ - image: circleci/golang:1.15 #
60
+
61
# directory where steps are run. Path must conform to the Go Workspace requirements
- working_directory: ~/workdir
62
+ working_directory: ~/workdir/helm-ssm
63
steps: # steps that comprise the `build` job
64
- attach_workspace:
65
at: ~/workdir/helm-ssm
0 commit comments