diff --git a/backend/go.mod b/backend/go.mod index 147e8be..495f8a8 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -93,6 +93,4 @@ require ( // As noted on https://github.com/darccio/mergo this should fix an issue with a new vanity URL replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16 -go 1.22 - -toolchain go1.22.5 +go 1.21