Skip to content

Commit

Permalink
Merge pull request #74 from khulnasoft-lab/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…golangci/golangci-lint-action-5.1.0

Bump golangci/golangci-lint-action from 4.0.0 to 5.1.0
  • Loading branch information
gitworkflows authored May 17, 2024
2 parents df7c457 + bbae98f commit 71727d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Verify Go code
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v5.1.0
with:
args: --verbose --deadline=5m
version: v1.53.2
Expand Down

0 comments on commit 71727d8

Please sign in to comment.