From 5c9a61be96b504c56e6a42632aea23a7fe9214a9 Mon Sep 17 00:00:00 2001 From: "Alan D. Cabrera" Date: Thu, 19 Dec 2024 11:14:26 -0800 Subject: [PATCH] Update CI tool version - updated golangci/golangci-lint-action to v6 to remove caching collision errors --- .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 d321486..52da4fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: shell: bash - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 - name: Test run: ginkgo -v -race -coverprofile=coverage.out -coverpkg=./... ./...