Skip to content

Commit

Permalink
Merge pull request #457 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…golangci/golangci-lint-action-3.7.0

ci: bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • Loading branch information
pro-wh committed Oct 2, 2023
2 parents 1e1cdd3 + 97295bd commit 46e4bca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/457.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #457
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# NOTE: Using the official golangci-lint GitHub Action should give
# better performance than manually installing golangci-lint and running
# 'make lint-go'.
uses: golangci/golangci-lint-action@v3.6.0
uses: golangci/golangci-lint-action@v3.7.0
with:
# NOTE: The version must be specified without the patch version.
version: v1.39
Expand Down

0 comments on commit 46e4bca

Please sign in to comment.