Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 5dc21ec

Browse files
build(deps): bump golangci/golangci-lint-action from 3.4.0 to 4.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.4.0...v4.0.0) --- 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]>
1 parent eb3cc87 commit 5dc21ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
**/**.go
2626
go.mod
2727
go.sum
28-
- uses: golangci/golangci-lint-action@v3.4.0
28+
- uses: golangci/golangci-lint-action@v4.0.0
2929
with:
3030
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3131
version: latest

0 commit comments

Comments
 (0)