Skip to content

Commit

Permalink
Enable staticcheck again
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas11 committed May 31, 2024
1 parent d6fa1be commit 8ecfb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
lint:
container: golangci/golangci-lint:v1.54.2
container: golangci/golangci-lint:v1.59
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters:
- nakedret
- unconvert
- paralleltest
- staticcheck
- stylecheck
- unused
disable:
- staticcheck # Disabled due to OOM errors in [email protected]

0 comments on commit 8ecfb6e

Please sign in to comment.