Feature - enhance action to support configuration of private package authentication
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.8k
- Forks
- 673
- Avg merge
- 6d 28m
- Merged PRs (30d)
- 4
Description
Description:
Add parameters to setup-go to support configuring urls/credentials to access private modules via GOPROXY or github sourced urls.
Justification:
Configuring GO builds to utilize private modules requires additional environment setup and credentials. Documentation is light and there is no official documented path to achieve this. See: community documentation.
Parameters to set:
- Env variables: GOPROXY
- input token for authentication to git configuration or using credential manager
Are you willing to submit a PR?
If the idea is acceptable! 💭's welcome!
Contributor guide
No contributing guide indexed for this repository
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
The issue names the setup-go action but no files or tests; start by reading its current input and environment handling, then trace how Go module access is configured. Done means supporting GOPROXY configuration and token-based authentication for private or GitHub-sourced modules, with an official documented usage path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, go, typescript
- Domain
- authentication, ci-cd, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100