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

This commit is contained in:
Mike Schwörer 2023-09-18 10:43:29 +02:00
parent f5766d639c
commit 3d4afe7b25
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -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)
} else {
fmt.Printf("[IDGenerate] Checksum unchanged ( %s ), nothing to do\n", oldChecksum)
//TODO return nil
return nil
}
allIDs := make([]IDDef, 0)

View File

@ -1,5 +1,5 @@
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"