Skip to content

Commit 197810b

Browse files
dependabot[bot]cvetkovic
authored andcommitted
Chore(deps): Bump golangci/golangci-lint-action from 6.1.0 to 6.3.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.3.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.0...v6.3.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a02f494 commit 197810b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343

4444
- name: Lint with golangci-lint
45-
uses: golangci/golangci-lint-action@v6.1.0
45+
uses: golangci/golangci-lint-action@v6.3.1
4646
with:
4747
working-directory: ${{ matrix.dir }}
4848
args: --timeout 5m

0 commit comments

Comments
 (0)