Skip to content

Commit

Permalink
chore: bump golangci-lint to v1.61.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin committed Nov 26, 2024
1 parent 791d9a9 commit 4783877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:

- uses: golangci/golangci-lint-action@v6
with:
version: v1.54
version: v1.61.0
skip-cache: true
args: --timeout 10m --verbose
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test-no-localstack:

.PHONY: quality
quality:
which golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.2
which golangci-lint || go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0
golangci-lint run --timeout 3m --verbose

.PHONY: update-aws-deps
Expand Down

0 comments on commit 4783877

Please sign in to comment.