summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-25 23:21:57 +0000
committerGitHub <noreply@github.com>2024-04-25 23:21:57 +0000
commit08f2f991a917738e7af7e8a523f5d4231f904e01 (patch)
tree2fbde1eb1fa55cd7a564640c990ea32f1aee9dee
parent8902628f416af389a44848991f368426917427d4 (diff)
chore(deps): bump golangci/golangci-lint-action from 4 to 5dependabot/github_actions/golangci/golangci-lint-action-5
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 5b70e96..666c45a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run linters
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v5
with:
version: v1.45