chore(go): update go version to 1.23.6 and remove toolchain

Updates the Go version in go.mod to 1.23.6 and removes the toolchain 
line to simplify the module configuration. This ensures compatibility 
with the latest Go features and improvements.
This commit is contained in:
2025-02-06 18:09:54 +01:00
parent 62869e4a77
commit f49156f637
2 changed files with 4 additions and 3 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
module gitlab.com/unboundsoftware/schemas
go 1.22.5
toolchain go1.23.6
go 1.23.6
require (
github.com/99designs/gqlgen v0.17.64