Skip to content

Commit 7b69619

Browse files
committed
Fix custom_analyzer failing build
Signed-off-by: Maharshi Basu <basumaharshi10@gmail.com>
1 parent 955c7d3 commit 7b69619

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

checkers/discover/copy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// We use go.mod.embed because embedding is not supported for go.mod files
1212
//
13-
//go:embed custom_analyzer_stub/*.go custom_analyzer_stub/go.mod.embed custom_analyzer_stub/go.sum.embed
13+
//go:embed custom_analyzer_stub/go.mod.embed custom_analyzer_stub/go.sum.embed custom_analyzer_stub/main.go.embed
1414
var AnalyzerStubs embed.FS
1515

1616
// Copy all the files from the source directory to the destination directory
File renamed without changes.

0 commit comments

Comments
 (0)