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

pull/31221/head
Sina M 5 days ago committed by GitHub
parent aac621987e
commit 67cd4cd5a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/go.yml

@ -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

Loading…
Cancel
Save