0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/datasource/go/__fixtures__/go-get-git-digest.html
Thomas a446c2bc6d fix(go)!: Fallback to git-tags instead of github-tags (#18060)
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>
2022-10-23 06:48:35 +02:00

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>