use go 1.24

This commit is contained in:
2025-12-02 20:38:56 +01:00
parent ff455b24fb
commit b2611099c8
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module codeberg.org/scip/ephemerup
go 1.18
go 1.24
require (
github.com/alecthomas/repr v0.2.0

View File

@@ -1,6 +1,6 @@
module codeberg.org/scip/ephemerup/upctl
go 1.18
go 1.24
require (
github.com/imroc/req/v3 v3.32.0