Merge pull request #957 from trheyi/main

chore: Update Go version in CI workflows to 1.24
This commit is contained in:
Max 2025-05-18 10:20:34 +08:00 committed by GitHub
commit bdd69637d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [1.23]
go: [1.24]
db: [MySQL8.0, MySQL5.7, SQLite3]
redis: [4, 5, 6]
mongo: ["6.0"]

View file

@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
go: [1.23]
go: [1.24]
db: [MySQL8.0, MySQL5.7, SQLite3]
redis: [4, 5, 6]
mongo: ["6.0"]