Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# - name: Download Go Modules
# run: go mod download
- name: Run golangci-lint # 运行 golangci-lint
uses: golangci/golangci-lint-action@v6 # 使用较新版本
uses: golangci/golangci-lint-action@v8 # 使用较新版本
with:
# 可选:指定版本,例如 v1.58.1 或已知支持 Go 1.24 的最新版
# version: v1.58.1
Expand Down
Loading