From 0ae41fc35d13ce5a22ac968d416baad6690eec42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 02:05:24 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 3 to 5 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index f9d55e3..c6c7125 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -31,7 +31,7 @@ jobs: run: | go mod tidy git diff --exit-code - - uses: golangci/golangci-lint-action@v3 + - uses: golangci/golangci-lint-action@v5 - name: Run go test run: | go test -v ./...