RSSAmplifier

Home on Today I Learned · Oct 30, 2024

Private Go modules in GitLab CI/CD

0
Sign in to vote or save

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&rsquo;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:

Read on localhost

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.