This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
This took way too long for me to figure out, so here’s how to install private Go modules in GitLab CI/CD pipeline jobs: netrc and GOPRIVATE Add the following to the jobs that require installing dependencies and replace <namespace> with your organization or username which hosts the private Go modules:
This took way too long for me to figure out, so here’s how to install private Go modules in GitLab CI/CD pipeline
jobs:
netrc and GOPRIVATE
Add the following to the jobs that require installing dependencies and replace <namespace> with your organization or
username which hosts the private Go modules:
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.