Skip to content

build(deps): bump golangci/golangci-lint-action from 6 to 8 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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