Skip to content

Commit

Permalink
chore: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Sep 1, 2024
1 parent 525b0c3 commit 6fe03e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
GO_VERSION: stable
GOLANGCI_LINT_VERSION: v1.59
GOLANGCI_LINT_VERSION: v1.60
CGO_ENABLED: 0
runs-on: ${{ matrix.os }}

Expand Down
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ linters-settings:
- ruleguard
- httpNoBody
- exposedSyncMutex

gosec:
excludes:
- G115
revive:
rules:
- name: struct-tag
Expand Down

0 comments on commit 6fe03e5

Please sign in to comment.