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
commit 407276a04d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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