actions/setup-go v5 (local mirror)

This commit is contained in:
ci
2026-06-22 13:07:03 +09:00
commit 3e78b7a158
130 changed files with 212928 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"problemMatcher": [
{
"owner": "go",
"pattern": [
{
"regexp": "^\\s*(.+\\.go):(?:(\\d+):(\\d+):)? (.*)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}