From 4b2e7c078486f84f843802b6f18400129173ab30 Mon Sep 17 00:00:00 2001 From: Salastil Date: Sun, 16 Nov 2025 19:15:13 -0500 Subject: [PATCH] Version bump to Go 1.23 --- README.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 17ff161..246f358 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A high-performance bridge written in Go that synchronizes messages between Kiwi ## Requirements -- **Go 1.19 or higher** +- **Go 1.23 or higher** - **Discord Bot Token** with proper permissions - **Discord Webhook URL** - **Kiwi Farms account** with Sneedchat access @@ -34,7 +34,7 @@ sudo apt update sudo apt install golang git # Verify installation -go version # Should show 1.19 or higher +go version # Should show 1.23 or higher ``` ### 2. Clone and Build diff --git a/go.mod b/go.mod index 4e294e1..e32bf62 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module local/sneedchatbridge -go 1.19 +go 1.23 require ( github.com/bwmarrin/discordgo v0.27.1