Skip to content

Commit e509b9e

Browse files
authoredFeb 12, 2024
build(deps): bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 (tendermint#134)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v3.7.1...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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f93ce77 commit e509b9e

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
@@ -14,7 +14,7 @@ jobs:
1414
container: cometbft/cometbft-db-testing
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: golangci/golangci-lint-action@v3.7.1
17+
- uses: golangci/golangci-lint-action@v4.0.0
1818
with:
1919
args: --timeout 10m
2020
version: latest

0 commit comments

Comments
 (0)
Please sign in to comment.