Skip to content

Commit

Permalink
chore: update golangci-lint version
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 17, 2023
1 parent cc809a5 commit b22d236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.0
args: -v --timeout=3m
version: v1.54.1
args: --verbose --timeout=3m
skip-cache: true

go-tests:
Expand Down

0 comments on commit b22d236

Please sign in to comment.