From 47c22a831d4fcde5807a41b1fa774b3a971cc219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 21:03:00 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 4 to 6 (#1217) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Heba <31887807+helayoty@users.noreply.github.com> --- .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 782f68e41..fa9320a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: go-version: ${{ env.GO_VERSION }} cache: false - uses: actions/checkout@v4 - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v6 with: version: v1.51.0 args: --timeout=15m --config=.golangci.yml