Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit a2a8181

Browse files
committed
fix
1 parent 329a77d commit a2a8181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: false
2323
- uses: actions/checkout@v6
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v9
25+
uses: golangci/golangci-lint-action@v7
2626
with:
2727
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2828
version: 'v1.63.4'

0 commit comments

Comments
 (0)