fix(ci): wrong push lint

This commit is contained in:
源文雨 2025-12-23 00:27:36 +08:00
parent f23e44503c
commit 531ea7fa0c

View File

@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.24'
go-version: '1.25'
- name: Check out code into the Go module directory
uses: actions/checkout@master