GithubActions sops install fails
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 23.1k
- Forks
- 1.1k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
I try to install sops in GitHub Actions by go get -u go.mozilla.org/sops/v3/cmd/sops and it worked smoothly before, but it started to fail recently with
Error: ../../../go/src/go.mozilla.org/sops/v3/cmd/sops/common/common.go:145:49: undefined: cli.ExitError
Error: Process completed with exit code 2.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure in a GitHub Actions workflow using go get -u go.mozilla.org/sops/v3/cmd/sops, then inspect the resolved Go dependencies around the reported cli.ExitError error. Done means the installation completes successfully in GitHub Actions without the undefined-symbol failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100