.github: downgrade go for lint step (#31217)

This commit is contained in:
Sina M 2025-02-20 10:27:13 +01:00 committed by GitHub
parent aac621987e
commit 67cd4cd5a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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