Skip to content

Commit 67cd4cd

Browse files
authored
.github: downgrade go for lint step (#31217)
1 parent aac6219 commit 67cd4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.24.0
26+
go-version: 1.23.0
2727
cache: false
2828

2929
- name: Run linters

0 commit comments

Comments
 (0)