From 0ce9826158f3ca897f2bda230f19a4b9da9c9e86 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Sat, 27 Apr 2024 21:43:00 -0700 Subject: [PATCH] [ci] bumo golangci-lint action --- .github/workflows/ci.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eb78ce89..d7570a99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,12 +75,9 @@ jobs: git diff --quiet - name: Go Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v5 with: version: latest - # unfortunately the package cache is creating lots of errors/warnings right now - # for details: https://github.com/golangci/golangci-lint-action/issues/677 - skip-pkg-cache: true - name: Run tests run: |