This is an automated email from the ASF dual-hosted git repository. zike pushed a commit to branch branch-0.15.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
commit e966d11a71f3324f230b6af1193511bd3b1aa7be Author: Zixuan Liu <[email protected]> AuthorDate: Thu Apr 3 14:30:29 2025 +0800 fix: use sha instead of tag for golangci/golangci-lint-action (#1352) (cherry picked from commit 712e14c75eaafc6f886b86c92f55f0c76cbd77cd) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a922c49..aa72fb06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Check license header run: docker run --rm -v $(pwd):/github/workspace ghcr.io/korandoru/hawkeye-native:v3 check - name: Run golangci-lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 with: version: v1.61.0
