3
0
Fork 0
mirror of https://gitea.com/actions/setup-go.git synced 2024-11-22 09:39:31 +01:00

cleaner regex

This commit is contained in:
Bryan MacFarlane 2020-03-30 10:39:29 -04:00
parent 0a62a734da
commit 89c89c5036

View file

@ -4,7 +4,7 @@
"owner": "go",
"pattern": [
{
"regexp": "((?:\\.{0,2}\\/|\\.{0,2}\\\\)(?:.+\\.go)):(?:(\\d+):(\\d+):)? (.*)",
"regexp": "(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,