Skip to content

Commit 531ea7f

Browse files
committed
fix(ci): wrong push lint
1 parent f23e445 commit 531ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@master
1313
with:
14-
go-version: '1.24'
14+
go-version: '1.25'
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@master

0 commit comments

Comments
 (0)