Skip to content

Commit 412566a

Browse files
Bump golangci/golangci-lint-action from 3 to 4 (#96)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e06e70 commit 412566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
- name: Lint (other)
4141
run: script/lint
4242
- name: Lint (golangci-lint)
43-
uses: golangci/golangci-lint-action@v3
43+
uses: golangci/golangci-lint-action@v4
4444
with:
4545
version: v1.55.2

0 commit comments

Comments
 (0)