Bump minimum Go version to 1.24

This commit is contained in:
Tulir Asokan
2025-08-17 00:02:45 +03:00
parent 98e5e9de4a
commit 5c22ed85a7
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: ["1.23", "1.24"]
name: Lint ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
go-version: ["1.24", "1.25"]
name: Lint ${{ matrix.go-version == '1.25' && '(latest)' || '(old)' }}
steps:
- uses: actions/checkout@v4

4
go.mod
View File

@@ -1,8 +1,8 @@
module go.mau.fi/mautrix-discord
go 1.23.0
go 1.24.0
toolchain go1.24.5
toolchain go1.25.0
require (
github.com/bwmarrin/discordgo v0.27.0