v0.0.291
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 56s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 56s
This commit is contained in:
parent
9d0047a11e
commit
42b68507f2
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user