Skip to content

Commit

Permalink
ci: update golangci-lint to version v1.54.2
Browse files Browse the repository at this point in the history
Depguard is disabled to avoid "not allowed from list" errors.
  • Loading branch information
jeronimoalbi committed Oct 16, 2023
1 parent fa923af commit be9ab24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
if: env.GIT_DIFF
with:
version: v1.52.1
version: v1.54.2
install-mode: goinstall
args: --timeout 10m
github-token: ${{ secrets.github_token }}
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ linters:
enable:
- bodyclose
- decorder
- depguard
# - depguard
- dogsled
- dupword
# - errcheck
Expand Down

0 comments on commit be9ab24

Please sign in to comment.