Merge pull request #321 from ClusterCockpit/fix-go-version

fix: Fix go version in go.mod
This commit is contained in:
Christoph Kluge
2025-01-24 14:33:32 +01:00
committed by GitHub

2
go.mod
View File

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