Skip to content

Commit

Permalink
Merge pull request #119 from adrg/dependabot/github_actions/golangci/…
Browse files Browse the repository at this point in the history
…golangci-lint-action-6.1.1

Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
  • Loading branch information
adrg authored Oct 9, 2024
2 parents 1b746d7 + 6f2d609 commit de3f51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint
uses: golangci/[email protected].0
uses: golangci/[email protected].1
with:
version: latest
args: --timeout=5m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Lint
uses: golangci/[email protected].0
uses: golangci/[email protected].1
with:
version: latest
args: --timeout=5m
Expand Down

0 comments on commit de3f51e

Please sign in to comment.