ci: use go 1.24
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 3m52s

This commit is contained in:
2025-05-12 19:30:15 +03:00
parent 56b9f3211c
commit ce1836b646

View File

@ -34,7 +34,7 @@ jobs:
- name: Set up Go
uses: https://github.com/actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.24'
- name: Set up Python for pre-commit
uses: https://github.com/actions/setup-python@v5