21
0
Fork 0

v0.0.317 try fix tests on pipeline
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m38s Details

This commit is contained in:
Mike Schwörer 2023-11-13 15:28:37 +01:00
parent d1f9069f2f
commit 7d18b913c6
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.19
go 1.21
require (
github.com/gin-gonic/gin v1.9.1

View File

@ -1,5 +1,5 @@
package goext
const GoextVersion = "0.0.316"
const GoextVersion = "0.0.317"
const GoextVersionTimestamp = "2023-11-13T15:19:48+0100"
const GoextVersionTimestamp = "2023-11-13T15:28:37+0100"