Skip to content

Commit

Permalink
fix: Fix go version in go.mod
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ipatix committed Jan 14, 2025
1 parent 42e8e37 commit 3f4114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f4114c

Please sign in to comment.