.github: downgrade go for lint step

This commit is contained in:
Sina Mahmoodi 2025-02-19 17:15:01 +01:00
parent aac621987e
commit 0338fa3106

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: 1.24.0 go-version: 1.23.0
cache: false cache: false
- name: Run linters - name: Run linters