mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00

Changes go datasource fallback from github tags to git tags. Closes #17923 BREAKING CHANGE: git-tags will be used instead of github-tags if a go package's host type is unknown. Co-authored-by: Rhys Arkins <rhys@arkins.net>
8 lines
174 B
HTML
8 lines
174 B
HTML
<html>
|
|
<head>
|
|
<meta name="go-import" content="renovatebot.com/abc/def git https://renovatebot.com/abc/def.git">
|
|
</head>
|
|
<body>
|
|
go get renovatebot.com/abc/def
|
|
</body>
|
|
</html>
|