Skip to content

Commit

Permalink
fix: solve problems with golangci-lint (#210)
Browse files Browse the repository at this point in the history
Latest version came with problems with depguard:
OpenPeeDeeP/depguard#46

Current solution for now is pinning golangci-lint version
to do not use latest deps.

Fix is currently ongoing here:
golangci/golangci-lint#3866

But anyway it's good idea to have a pinned version and do not
consume from latest.
  • Loading branch information
yrobla authored Jun 2, 2023
1 parent b5d347d commit 2cece06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
version: v1.52.2

0 comments on commit 2cece06

Please sign in to comment.