Version bump to Go 1.23
All checks were successful
Build & Release / build-latest (push) Successful in 9m51s
Build & Release / version-release (push) Has been skipped

This commit is contained in:
Salastil
2025-11-16 19:15:13 -05:00
parent c602492b8c
commit 4b2e7c0784
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ A high-performance bridge written in Go that synchronizes messages between Kiwi
## Requirements ## Requirements
- **Go 1.19 or higher** - **Go 1.23 or higher**
- **Discord Bot Token** with proper permissions - **Discord Bot Token** with proper permissions
- **Discord Webhook URL** - **Discord Webhook URL**
- **Kiwi Farms account** with Sneedchat access - **Kiwi Farms account** with Sneedchat access
@@ -34,7 +34,7 @@ sudo apt update
sudo apt install golang git sudo apt install golang git
# Verify installation # Verify installation
go version # Should show 1.19 or higher go version # Should show 1.23 or higher
``` ```
### 2. Clone and Build ### 2. Clone and Build

2
go.mod
View File

@@ -1,6 +1,6 @@
module local/sneedchatbridge module local/sneedchatbridge
go 1.19 go 1.23
require ( require (
github.com/bwmarrin/discordgo v0.27.1 github.com/bwmarrin/discordgo v0.27.1