fix: make lint&ci happy

This commit is contained in:
源文雨
2025-10-01 00:30:24 +08:00
parent 4481ea4861
commit 7be1f2342b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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