Skip to content

Commit b15f1b2

Browse files
authored
Merge pull request #195 from oasisprotocol/dependabot/github_actions/golangci/golangci-lint-action-4.0.0
ci: bump golangci/golangci-lint-action from 3.7.1 to 4.0.0
2 parents 6b5f3d9 + 5357b34 commit b15f1b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# NOTE: Using the official golangci-lint GitHub Action should give
6262
# better performance than manually installing golangci-lint and running
6363
# 'make lint-go'.
64-
uses: golangci/golangci-lint-action@v3.7.1
64+
uses: golangci/golangci-lint-action@v4.0.0
6565
with:
6666
version: v1.55
6767
# Always run this step so that all linting errors can be seen at once.

0 commit comments

Comments
 (0)