Go Datasource¶
Identifier: go
Default versioning: semver
Custom registry support:
❌ No custom registry support.
Description:
This datasource will default to using the GOPROXY
settings https://proxy.golang.org,direct
if there is no value defined in environment variables.
To override this default and use a different proxy, simply configure GOPROXY
to an alternative setting in env.
To override this default and stop using any proxy at all, set GOPROXY
to the value direct
.
Default configuration:
{
"commitMessageTopic": "module {{depName}}"
}
Open items¶
The below list of features and bugs were current when this page was generated on December 08, 2023.
Feature requests¶
- Ignore retracted versions of go dependencies #13012
Bug reports¶
- Go module under GitLab subgroup is not detected when GOPROXY is not set #16743