ci: use Go 1.24 in quality-checks workflow to match backend/go.mod

This commit is contained in:
Wikid82
2025-11-19 21:58:28 -05:00
parent bf84a544e5
commit 610679aa0d

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: '1.22'
go-version: '1.24.4'
cache-dependency-path: backend/go.sum
- name: Run Go tests