initial merge #1

Merged
Jannis merged 9 commits from dev into main 2026-04-01 19:04:10 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 9efa490ffe - Show all commits

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