fix: Fix go version in go.mod

If the local go version is not up to date, go was previously unable to
obtain a more recent version, since the required version in go.mod is
not available.
This commit is contained in:
Michael Panzlaff 2025-01-14 10:34:16 +01:00
parent 42e8e37bd4
commit 3f4114c51b

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/ClusterCockpit/cc-backend module github.com/ClusterCockpit/cc-backend
go 1.23 go 1.23.0
require ( require (
github.com/99designs/gqlgen v0.17.57 github.com/99designs/gqlgen v0.17.57