From 20ee6de0b57dabdb2e399aa16d176dad8326084c Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Wed, 14 Aug 2024 12:40:37 +0530 Subject: [PATCH] update golangci-lint to v1.60.1 Signed-off-by: Akhil Mohan --- .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 d169e93fe..a3e9829d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - uses: ./.github/actions/install-go - uses: golangci/golangci-lint-action@v6 with: - version: v1.59.1 + version: v1.60.1 skip-cache: true args: --timeout=8m