Skip to content

Commit 58266f1

Browse files
committed
fix: golangci-lint action version
Change-Id: I843e28971e850db117c1edbc3738e0053a5aa4ac
1 parent ed1da80 commit 58266f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
go-version: ${{ env.GO_VERSION }}
5959
cache: true
6060
- name: golangci-lint ${{ matrix.modules }}
61-
uses: golangci/golangci-lint-action@v9
61+
uses: golangci/golangci-lint-action@v6
6262
with:
6363
version: ${{ env.GOLANGCI_LINT_VERSION }}
6464
working-directory: ${{ matrix.modules }}

0 commit comments

Comments
 (0)