Skip to content

Commit

Permalink
ci(deps): update golangci-lint dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Jan 15, 2025
1 parent 48f2a52 commit d592a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.22.9'
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
working-directory: .
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repos:
stages: [commit-msg]
additional_dependencies: ['@commitlint/config-conventional']
- repo: https://github.com/golangci/golangci-lint
rev: v1.55.2
rev: v1.63.4
hooks:
- id: golangci-lint

0 comments on commit d592a10

Please sign in to comment.