picture of the smiling page owner

1 pages tagged with "go"

Private Go Modules in Azure Pipelines and Azure DevOps

February 12, 2025 - 126 words - 1 mins
Running a Go program in Azure Pipelines may lead to authorization issues when accessing private Go modules hosted in Azure DevOps repositories. This can result in errors like: main.go:12:2: unrecognized import path "dev.azure.com/foo/bar/_git/baz": reading https://dev.azure.com/foo/bar/_gi… read more