From 48991bf5ff39a09ead8fca21237af3d5aa68193d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 05:33:25 +0300 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#213) --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9842e8d..1c8f0c2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Lint - uses: golangci/golangci-lint-action@v3.4.0 + uses: golangci/golangci-lint-action@v3.5.0 with: version: v1.45 args : --verbose