v0.0.291
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 56s

This commit is contained in:
Mike Schwörer 2023-10-26 13:02:45 +02:00
parent 9d0047a11e
commit 42b68507f2
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

View File

@ -264,7 +264,7 @@ func fmtCSIDOutput(cs string, ids []CSIDDef, pkgname string) string {
str += ` checkstr := string(idCharset[checksum%idCharsetLen])` + "\n"
str += "\n"
str += ` if !strings.HasSuffix(value, checkstr) {` + "\n"
str += ` return exerr.New(exerr.ErrInvalidCSID, "id checkstring is invalid").Str("value", value).Str("checkstr", checkstr).Build()` + "\n"
str += ` return exerr.New(exerr.TypeInvalidCSID, "id checkstring is invalid").Str("value", value).Str("checkstr", checkstr).Build()` + "\n"
str += ` }` + "\n"
str += "\n"
str += ` return nil` + "\n"

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.290"
const GoextVersion = "0.0.291"
const GoextVersionTimestamp = "2023-10-26T13:01:58+0200"
const GoextVersionTimestamp = "2023-10-26T13:02:45+0200"