Skip to content

Commit

Permalink
chore: Align golangci-lint version in GitHub CI
Browse files Browse the repository at this point in the history
- Fix validate job with golangci-lint version 1.55.2
  • Loading branch information
christophd committed Feb 15, 2024
1 parent 8264494 commit 51c2c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
env:
GOGC: 20
with:
version: v1.53.3
version: v1.55.2
args: --verbose --deadline 15m --config .golangci.yml

0 comments on commit 51c2c76

Please sign in to comment.