Skip to content

Commit 3919c76

Browse files
chore(deps): bump golangci/golangci-lint-action from 6 to 7
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fbcaad commit 3919c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# We could run 'make lint' but we prefer this action because it leaves
7070
# 'annotations' (i.e. it comments on PRs to point out linter violations).
7171
- name: Lint
72-
uses: golangci/golangci-lint-action@v6
72+
uses: golangci/golangci-lint-action@v7
7373
with:
7474
version: latest
7575
args: --timeout 10m

0 commit comments

Comments
 (0)