go 1.24 for the linter

This commit is contained in:
christophe-duc 2026-01-08 19:29:40 -04:00
parent 3a53046587
commit 516053b482
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
go-version: '1.24'
- name: Cache build
uses: actions/cache@v4
with:

View file

@ -23,5 +23,5 @@ linters-settings:
max-func-lines: 0
run:
go: '1.25'
go: '1.24'
timeout: 10m