Update go.mod

added minor version otherwise go would throw an error similar to
go: download go1.25 for linux/amd64: toolchain not available
This commit is contained in:
sasospanner
2026-02-28 13:45:29 -05:00
committed by GitHub
parent 9a5a8dfb36
commit 611425da1c

2
go.mod
View File

@@ -1,6 +1,6 @@
module erupe-ce
go 1.25
go 1.25.1
require (
github.com/bwmarrin/discordgo v0.27.1