21
0
Fork 0

v0.0.418 fix tests?
Build Docker and Deploy / Run goext test-suite (push) Successful in 3m1s Details

This commit is contained in:
Mike Schwörer 2024-03-20 09:42:06 +01:00
parent 7c869c65f3
commit f0347a9435
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module gogs.mikescher.com/BlackForestBytes/goext
go 1.21
go 1.22
require (
github.com/gin-gonic/gin v1.9.1

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.417"
const GoextVersion = "0.0.418"
const GoextVersionTimestamp = "2024-03-20T08:58:59+0100"
const GoextVersionTimestamp = "2024-03-20T09:42:06+0100"