From a810dfb23629c575516f02629aad016abc94a0b3 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Thu, 23 May 2024 13:24:36 -0300 Subject: [PATCH] ci: bump golangci-lint-action task --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b2300f1c..147d288e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: - uses: actions/setup-go@v3 with: go-version: "1.21" - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v6 with: - version: v1.56 + version: v1.58 - run: make test node-problem-detector: