Compare commits

...

1 Commits

Author SHA1 Message Date
7d18b913c6 v0.0.317 try fix tests on pipeline
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m38s
2023-11-13 15:28:37 +01:00
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"