summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 22:24:40 +0000
committerGitHub <[email protected]>2024-05-06 22:24:40 +0000
commit7c68e24fa4de4557855e29548812d394f6c2baf8 (patch)
treed1b5e145338dbdc8888980d6f7711f71ba1952f2 /.github
parente13f20bb8f510b1d022d0360e2c89bb88beeeda0 (diff)
build(deps): bump golangci/golangci-lint-action from 5.1.0 to 5.3.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3c24f43d..a865ad7a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
go-version: stable
- name: Run linter
- uses: golangci/[email protected]
+ uses: golangci/[email protected]
with:
version: v1.57 # without patch version
only-new-issues: false # show only new issues if it's a pull request