ci: get golang version from modfile (#31)

Reviewed-on: #31
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #31.
This commit is contained in:
2026-07-08 06:50:36 +02:00
committed by t.behrendt
parent 12f26f1d8f
commit 8b3a32af11
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module gitea.t000-n.de/t.behrendt/ionosDnsClient
go 1.24.0
go 1.26.3
require github.com/oapi-codegen/runtime v1.4.2