Skip to content

Commit 2861d23

Browse files
authored
fix: publish step workdir and version
2 parents 394a4a6 + 23c4a2d commit 2861d23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
publish: # runs not using Workflows must have a `build` job as entry point
5757
docker: # run the steps with Docker
5858
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
59-
- image: circleci/golang:1.12 #
59+
- image: circleci/golang:1.15 #
60+
6061
# directory where steps are run. Path must conform to the Go Workspace requirements
61-
working_directory: ~/workdir
62+
working_directory: ~/workdir/helm-ssm
6263
steps: # steps that comprise the `build` job
6364
- attach_workspace:
6465
at: ~/workdir/helm-ssm

0 commit comments

Comments
 (0)