v0.0.263 re-add checksum guard to id-generate
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 50s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 50s
This commit is contained in:
parent
f5766d639c
commit
3d4afe7b25
@ -67,7 +67,7 @@ func GenerateIDSpecs(sourceDir string, destFile string) error {
|
|||||||
fmt.Printf("[IDGenerate] Checksum has changed ( %s -> %s ), will generate new file\n\n", oldChecksum, newChecksum)
|
fmt.Printf("[IDGenerate] Checksum has changed ( %s -> %s ), will generate new file\n\n", oldChecksum, newChecksum)
|
||||||
} else {
|
} else {
|
||||||
fmt.Printf("[IDGenerate] Checksum unchanged ( %s ), nothing to do\n", oldChecksum)
|
fmt.Printf("[IDGenerate] Checksum unchanged ( %s ), nothing to do\n", oldChecksum)
|
||||||
//TODO return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
allIDs := make([]IDDef, 0)
|
allIDs := make([]IDDef, 0)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.262"
|
const GoextVersion = "0.0.263"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2023-09-18T10:42:43+0200"
|
const GoextVersionTimestamp = "2023-09-18T10:43:29+0200"
|
||||||
|
Loading…
Reference in New Issue
Block a user