Skip to content

Commit

Permalink
reduce FPs by adjusting go1. substring feature (#891)
Browse files Browse the repository at this point in the history
* reduce FPs by adjusting `go1.` substring feature
  • Loading branch information
mr-tz authored Apr 24, 2024
1 parent a83ad9d commit 82316f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/go/compiled-with-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rule:
- string: /^Go build ID:/
- substring: "go.buildid"
- string: /^Go buildinf:/
- substring: "go1."
- string: /\bgo1\.\d/
- substring: "runtime.main"
- substring: "main.main"
- substring: "runtime.gcWork"

0 comments on commit 82316f7

Please sign in to comment.