[misc] Bump GitHub Actions workflows to Go 1.24.x

This commit is contained in:
Maycon Santos
2025-11-20 21:50:55 +01:00
parent 7ca63c04e4
commit 181b370cc8
8 changed files with 20 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
go-version: "1.24.x"
- name: Cache Go modules
uses: actions/cache@v4