badges / shields

Concise, consistent, and legible badges in SVG and raster format

Home Page:https://shields.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub go.mod Go version contains comment

maratori opened this issue Β· comments

Are you experiencing an issue with...

shields.io

🐞 Description

go.mod file can contain comments

module github.com/my/module

go 1.18 // some comment

Expected behavior: badge contains only version
Actual behavior: badge contains version and comment

πŸ”— Link to the badge

Generated:

Static image:
image

πŸ’‘ Possible Solution

Need to fix regexp

const goVersionRegExp = /^go (.+)$/m