mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 21:48:32 +00:00
a446c2bc6d
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>
9 lines
174 B
HTML
9 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>
|