From 096399acea312d7885428de1530e360220ded973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 10:54:35 +0000 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 (#73) --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index def6746..1779516 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,6 +25,6 @@ jobs: go-version: ">=${{ env.GO_VERSION }}" cache: false - name: Lint - uses: golangci/golangci-lint-action@v4.0.0 + uses: golangci/golangci-lint-action@v5.1.0 with: version: latest