diff --git a/internal/pkg/config/schema.go b/internal/pkg/config/schema.go index b8d47cf..21c0505 100644 --- a/internal/pkg/config/schema.go +++ b/internal/pkg/config/schema.go @@ -83,7 +83,7 @@ func schemasManifestJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "schemas/manifest.json", size: 3932, mode: os.FileMode(0644), modTime: time.Unix(1682245337, 0)} + info := bindataFileInfo{name: "schemas/manifest.json", size: 3932, mode: os.FileMode(0644), modTime: time.Unix(1683295929, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf6, 0xe6, 0xda, 0xea, 0x5c, 0x5d, 0x2a, 0x5, 0xd9, 0x1e, 0x65, 0x0, 0xcf, 0x41, 0xa3, 0xfc, 0x8, 0x24, 0x3c, 0x9e, 0x36, 0xa8, 0x17, 0xd, 0x18, 0x72, 0xa6, 0x5e, 0xd4, 0x30, 0xa8, 0x94}} return a, nil }