Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: update golangci/golangci-lint-action action
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jul 18, 2024
1 parent 78550b9 commit a3c1d2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
go-version-file: .go-version
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.4.0
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v1.51.2
args: --timeout=30m --whole-files
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true

0 comments on commit a3c1d2e

Please sign in to comment.