Skip to content

Commit feedbc6

Browse files
committed
schema/gen.go: Set -modtime=0 in 'esc' invocation
To give reproducible builds regardless of when you check the JSON files out of Git. Signed-off-by: W. Trevor King <[email protected]>
1 parent 033a3fe commit feedbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/gen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ package schema
1818
// using esc (https://github.com/mjibson/esc).
1919

2020
// This should generally be invoked with `make schema-fs`
21-
//go:generate esc -private -pkg=schema -ignore=.*go .
21+
//go:generate esc -private -modtime=0 -pkg=schema -ignore=.*go .

0 commit comments

Comments
 (0)