Open
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!