Skip to content

Commit

Permalink
*: bumped golangci-lint (#2927)
Browse files Browse the repository at this point in the history
On MacOS the current version of golangci-lint is constantly failing:

```
ERRO [runner] Panic: atomicalign: package "z" (isInitialPkg: true, needAnalyzeSource: true): runtime error: invalid memory address or nil pointer dereference: goroutine 15917 [running]:
```

After upgrading to the latest version, the issue has gone.

category: fixbuild
ticket: none
  • Loading branch information
pinebit authored Mar 1, 2024
1 parent a4f9714 commit 5b3478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
# Then run code validators (on the formatted code)

- repo: https://github.com/golangci/golangci-lint # See .golangci.yml for config
rev: v1.54.2
rev: v1.56.2
hooks:
- id: golangci-lint

Expand Down

0 comments on commit 5b3478d

Please sign in to comment.