21
0
Fork 0

v0.0.282 ginext bugfix
Build Docker and Deploy / Run goext test-suite (push) Failing after 48s Details

This commit is contained in:
Timo Vetter 2023-10-09 09:23:40 +02:00
parent 0b85fa5af9
commit 1e6b92d1d9
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ func NewEngine(allowCors bool, ginDebug bool, bufferBody bool, timeout time.Dura
// do not debug-print routes
gin.DebugPrintRouteFunc = func(_, _, _ string, _ int) {}
if ginDebug {
if !ginDebug {
gin.SetMode(gin.ReleaseMode)
ginlogger := gin.Logger()

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.281"
const GoextVersion = "0.0.282"
const GoextVersionTimestamp = "2023-10-09T09:04:07+0200"
const GoextVersionTimestamp = "2023-10-09T09:23:40+0200"