go: remove toolchain directive

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner 2024-12-09 11:07:26 -07:00
parent b4dc19fca1
commit c83875ffc0
No known key found for this signature in database

2
go.mod
View File

@ -2,8 +2,6 @@ module github.com/pterodactyl/wings
go 1.22.2
toolchain go1.22.10
require (
emperror.dev/errors v0.8.1
github.com/AlecAivazis/survey/v2 v2.3.7