optimized the tests and go.mod file. Switched to older version for better compatibility
All checks were successful
Bot Unit Tests / test (push) Successful in 10m20s

This commit is contained in:
2026-04-01 20:30:40 +02:00
parent e4b86421a6
commit 9efa490ffe
2 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.26.1'
go-version: '1.25'
check-latest: false
cache: true
- name: Run Tests
run: go test ./... -v

2
go.mod
View File

@@ -1,6 +1,6 @@
module heydeman/vc-stat-bot-discord
go 1.26.1
go 1.25.0
require (
github.com/bwmarrin/discordgo v0.29.0