diff --git a/go.mod b/go.mod index 3051836..11b9431 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.front.kjuulh.io/kjuulh/acc-server go 1.22.5 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/99designs/gqlgen v0.17.55